Bilal Ahmed wrote:> > I have been facing an error on running sshd: > > /usr/sbin/sshd > Could not load host key: /etc/ssh/ssh_host_key > Could not load host key: /etc/ssh/ssh_host_dsa_keyAre these two files not there? In 5.X, you should start such daemons from /etc/rc.d : # cd /etc/rc.d # ./sshd start It will generate the host key files, if not there; and then start the daemon. Rob.