Acerca de Linux, BSD y notas personales

no hostkeys solaris 10 sshd

cat /var/svc/log/network-ssh\:default.log

Could not load host key: /etc/ssh/ssh_host_rsa_key
Could not load host key: /etc/ssh/ssh_host_dsa_key
cd /etc/sshssh-keygen -d -f ssh_host_dsa_key -N ""ssh-keygen -b 1024 -f ssh_host_rsa_key -t rsa -N ""
 
 
 

Leave a comment

You must be logged in to post a comment.