SSH无法正常启动,运行service sshd status 结果如下,没有明显的异常
sshd -t
测试一下
错误就很明显了
vi /etc/ssh/sshd_config
将对应的行先注释掉重启失败,查看详细信息
systemctl status sshd.service
/usr/sbin/sshd -t
测试(其实错误信息已经很明显了,再看详细点的)
根据提示,把涉及的key文件全部改成600后
/usr/sbin/sshd -t
测试没有报错了,启动服务,正常登陆( sshd –t 非常有用)
-t Test mode. Only check the validity of the configuration file and
sanity of the keys. This is useful for updating sshd reliably as
configuration options may change.