On Sun, 14 Aug 2005 09:51, Nick Rout wrote: > On Sat, 2005-08-13 at 22:08 +1200, Carl Cerecke wrote: grep "Aug 14" /var/log/messages | grep sshd
Might help Also have a look at the file /etc/init.d/sshd or rcsshd i think in your case in my sshd file there are some varables KEYGEN=/usr/bin/ssh-keygen SSHD=/usr/sbin/sshd RSA1_KEY=/etc/ssh/ssh_host_key RSA_KEY=/etc/ssh/ssh_host_rsa_key DSA_KEY=/etc/ssh/ssh_host_dsa_key PID_FILE=/var/run/sshd.pid It would pay to check that all the files are there and that they have the right access levels on them. -rw------- 1 root root 672 Jul 13 09:45 ssh_host_dsa_key It might also pay to go to the directory where the ssh keys are and change the modes to chmod 600 *
