ssh GitHub 卡在认证步,如何解决?

2017-10-19 21:07:28 +08:00
 coderfox
$ ssh -T -vvv -i ~/.ssh/id_rsa git@github.com
OpenSSH_7.5p1, LibreSSL 2.5.4
debug1: Reading configuration data /Users/coderfox/.ssh/config
debug1: /Users/coderfox/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 52: Applying options for *
debug2: resolving "github.com" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to github.com [192.30.255.112] port 22.
debug1: Connection established.
debug1: identity file /Users/coderfox/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/coderfox/.ssh/id_rsa-cert type -1
debug1: identity file /Users/coderfox/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/coderfox/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.5

就卡在这里了。但是用 HTTPS 可以推代码,ssh 连我自己的主机也没问题(同一个公私钥对)。

过一段时间以后会提示「 Connection closed by remote host 」。

在网络上搜索了一下,还没发现相似的问题。此问题出现在最近一周。

希望能够得到帮助,谢谢。

2860 次点击
所在节点    问与答
2 条回复
lcdtyph
2017-10-19 21:13:18 +08:00
挂代理试试吧~
coderfox
2017-10-19 21:20:24 +08:00
发现问题恰恰出在代理服务器上,关掉用的 VRouter 以后就没问题了。终于找到一份资料,说是 MTU 设置太大……
https://stackoverflow.com/questions/24052623/ssh-connection-established-but-stuck
去给作者报 Issue 了。

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

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

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

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

© 2021 V2EX