SSHD Could not load host key: /etc/ssh/ssh_host_rsa_key
HI,
I am running Solaris 10 on an Ultra-60, trying to get sshd working.
I have run ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
and ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key.
It does put the key and key.pub in /etc/ssh but upon running
/usr/lib/ssh/sshd, I get the error:
Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load hostkey or
GSS-API Mechanisms
sshd: no hostkeys available -- exiting.
The keys DO exist in /etc/ssh! How do I get sshd to see them?
Thanks for any help!!!
-Sean

