Apr 24 03:06:30 bsd sshd[456]: error: Could not load host key: /etc/ssh/ssh_host
_dsa_key
Apr 24 03:08:51 bsd sshd[464]: error: Could not load host key: /etc/ssh/ssh_host
_dsa_key
【解決策】
上記のようなエラーが表示される場合は、下記のコマンドで
パスフレーズの解除をする。
ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key
ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key
ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key
ここでパスフレーズを指定するとCould not load host key:といわれるので、パスフレーズは指定しないで作る。