由于当天多次输入错误密码,ssh和putty就连接不上了,纠结了很久解决问题
ssh连接提示错误:server unexpectedly closed network connection
putty 连接提示错误
问题原因是:服务器安装了Denyhosts,会周期性的扫描/var/log/auth.log,找出通过ssh反复失败访问系统的行为来源然后将他们添加到/etc/hosts.deny中禁止这些ip连接,
解决方式:删除/etc/hosts.deny中的自己的ip记录,重启ssh,命令service sshd restart 然后重新连接问题解决
时间: 2024-09-28 16:09:30