系统环境:centos 7.2 x64
场景:服务器换ip启动后 sshd无法启动导致远程ssh无法连接
故障故障如下:
使用sshd -t检查
执行
chmod 600 /etc/ssh/ssh_host_rsa_key chmod 600 /etc/ssh/ssh_host_ecdsa_key service sshd start
或
chown -R root.root /var/empty/sshd chmod 744 /var/empty/sshd service sshd restart
故障解决