标签:情况 pen 暂停 key server final 连接 http htm
finalshell意外终止,导致ssh连接意外终止
之后怎么都连不上虚拟机的ssh,一看是虚拟机的ssh已经被意外暂停,可能是跟finalshell的意外终止有关
chmod 600 /etc/ssh/ssh_host_rsa_key
chmod 600 /etc/ssh/ssh_host_ecdsa_key
service sshd star
或者
chown -R root.root /var/empty/sshd
chmod 744 /var/empty/sshd
service sshd restart
对于我这种情况,第一种设置过后没有生效,
第二种设置后重启ssh成功。具体原因不明,仅做记录
解答参照http://crx.xmspace.net/failed_to_start_openssh_server_daemon.html
标签:情况 pen 暂停 key server final 连接 http htm
原文地址:https://www.cnblogs.com/lucas-big-data/p/14397594.html