ssh 连接失败, ssh_exchange_identification: read: Connection reset by peer

2017-04-09 10:23:00 +08:00
 Bramble

最近在寝室用 wifi 连实验室服务器出现了问题。错误提示是 ssh_exchange_identification: read: Connection reset by peer 。但是用手机开热点后,能成功连接。在网上看了很多资料也不知道具体是什么原因,想请教一下这个问题该怎么解决。

连接的错误消息,我都不确定问题是出在本地客户端还是远程服务器上。

❯ ssh -v myname@server
OpenSSH_6.9p1, LibreSSL 2.1.8
debug1: Reading configuration data /Users/xu/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to server port 22.
debug1: Connection established.
debug1: identity file /Users/xu/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/xu/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/xu/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/xu/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/xu/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/xu/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/xu/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/xu/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.9
ssh_exchange_identification: read: Connection reset by peer

查资料的时候发现好像和 hosts.deny 和 hosts.allow 这两个文件也有关系

> cat /etc/hosts.allow
ALL: 192.168.4.0/255.255.255.0
ALL: 127.0.0.0/255.0.0.0

sshd: 192.168.4.0/255.255.255.0
sshd: 192.168.1.0/255.255.255.0
sshd: 133.9.0.0/255.255.0.0
sshd: .jp
sshd: 114.255.218.0/255.255.255.0

rcpbind: 192.168.4.0/255.255.255.0
> cat /etc/hosts.deny
ALL:ALL
5276 次点击
所在节点    SSH
0 条回复

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/353537

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX