首页 > 其他 > 详细

【SSH错误】ssh_exchange_identification: read: Connection reset by peer

时间:2019-11-17 19:19:23      阅读:92      评论:0      收藏:0      [点我收藏+]

进行远程登录时,ssh root@xxxxxxxxx出现如下错误

ssh_exchange_identification: read: Connection reset by peer

解决方案:登录远程服务端更改配置文件,添加

[root@localhost ~]# vi /etc/hosts.allow
#########################

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

[root@localhost ~]# systemctl restart sshd

 

【SSH错误】ssh_exchange_identification: read: Connection reset by peer

原文:https://www.cnblogs.com/756623607-zhang/p/11877444.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!