标签:debug 认证 tle 参考 sep tail blog 密码 receive
命令查看日志:ssh -v localhost
ssh服务确定是开着的,密码确定是正确的,只是输入密码之后,就立即断开连接了,ssh连接日志如下:
Connection to 172.17.0.2 closed.
Transferred: sent 2224, received 2992 bytes, in 0.0 seconds
Bytes per second: sent 109713.0, received 147599.6
debug1: Exit status 254
把sshd_config文件中的UsePAM改成no就可以了。
修改配置文件后,需要重启ssh服务
answer2:这个是因为,默认配置下,启用了超时断开连接功能。可以参考下面的解决方法
参考资料:
https://blog.csdn.net/summer28/article/details/30230757
标签:debug 认证 tle 参考 sep tail blog 密码 receive
原文地址:https://www.cnblogs.com/chinaboyzzy/p/9299428.html