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--------------------------------------------------

愛生活,愛工作。

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM