繁体   English   中英

ssh-“对等连接重置”-Windows

[英]ssh - 'connection reset by peer' - windows

我在Windows环境中通过git bash运行ssh。 我一切正常,但现在(几天后),当我尝试连接到Bitbucket时,收到消息: ssh-exchange_identification: read: connection reset by peer.

完整的日志如下所示:

$ ssh -Tvvv -p 443 git@altssh.bitbucket.org
OpenSSH_6.6.1, OpenSSL 1.0.1i 6 Aug 2014
debug2: ssh_connect: needpriv 0
debug1: Connecting to altssh.bitbucket.org [131.103.20.174] port 443.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/c/Documents and Settings/xxx/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_rsa type 1
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_rsa-cert type -1
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_dsa type -1
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_dsa-cert type -1
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_ecdsa type -1
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_ecdsa-cert type -1
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_ed25519 type -1
debug1: identity file /c/Documents and Settings/xxx/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1

ssh_exchange_identification:读取:对等方重置连接

我的问题与bibucket ssh_exchange_identification完全一样:阅读:对等方重置连接,

1)我可以证实,我公司未检查和通过端口443阻止数据包(虽然他们阻止端口22这就是为什么我会在443开始)

2)我可以确认问题不在于bitbucket服务器-我团队中的其他人也可以

如上所述,这之前工作得很好。 我确实擦除了所有键并重新开始,但无济于事。

救命! 我已经为此努力了两天...

更新 -添加了更多详细的日志

好的,因此认为仅仅因为我团队中的其他成员具有访问权限而没有阻止我的逻辑是错误的。 我是/上午。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM