代码改变世界

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

2019-12-03 13:03  Tanwheey  阅读(3513)  评论(0编辑  收藏  举报

使用本地终端连接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--------------------------------------------------

爱生活,爱工作。