ssh_exchange_identification: read: Connection reset by peer解决办法

使用本地终端连接centos服务器,提示ssh_exchange_identification: read: Connection reset by peer

$ssh root@10.xxx.xxx.xxx

  ssh_exchange_identification: read: Connection reset by peer

$ssh -v root@10.xxx.xxx.xxx

  

进到服务器:

$vi /etc/hosts.allow

添加:

sshd: ALL ##允许所有ip主机均能连接本机

 $service sshd restart

 现在在客户端连接服务器:

$ssh root@10.xxx.xxx.xxx

成功,如下:

------------------------------------------------------Tanwheey--------------------------------------------------

爱生活,爱工作。

原文地址:https://www.cnblogs.com/Tanwheey/p/11976178.html