ssh连接报错“kex_exchange_identification: read: Connection reset by peer”

 

已经被VScode ssh毒死好几次了,都是执行命令意外中断,然后又VSCode里连不上、本机Terminal也连不上了。。。

重启远程服务器,VSCode可以连上了,

系统ssh还是不行,报错“kex_exchange_identification: read: Connection reset by peer”

参考 ssh连接失败,排错经验

1. 在 /etc/hosts.allow 中添加 sshd: ALL

2. 然后重启ssh,service sshd restart 或者用 /etc/init.d/ssh restart

ok,直接执行ssh也行了

如果发现vnc也进不去了,直接重启服务器吧...

深层原因有待解决

posted @ 2021-09-11 23:43  Rogn  阅读(12764)  评论(0编辑  收藏  举报