SSHD does not start. Error: “could not load host key: /etc/ssh/ssh_host_[rd]sa_key”
Trying to start an ssh server. When you encounter this error: # /usr/sbin/sshd Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_dsa_key Here is the solution: ssh-keygen -A IfRead More…