【问题标题】:ssh_exchange_identification: read: Connection reset by peer on MACssh_exchange_identification:读取:MAC 上的对等方重置连接
【发布时间】:2015-05-15 06:04:56
【问题描述】:

我不明白为什么,但我无法从家里的网络连接到我的学校服务器。我像往常一样使用登录名 ssh name@host.com 但它仍然不起作用。 这是带有-v的调试报告

OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 102: Applying options for *
debug1: Connecting to merlin.fit.vutbr.cz [147.229.176.19] port 22.
debug1: Connection established.
debug1: identity file /Users/martinpristas/.ssh/id_rsa type -1
debug1: identity file /Users/martinpristas/.ssh/id_rsa-cert type -1
debug1: identity file /Users/martinpristas/.ssh/id_dsa type -1
debug1: identity file /Users/martinpristas/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: read: Connection reset by peer

这里有网络设置或mac设置等选项来修复它吗? 谢谢!

【问题讨论】:

    标签: macos ssh terminal


    【解决方案1】:

    在 SSH 尝试登录时建立 TCP 连接后,有什么东西正在杀死它。我从这里得到了那个特定主机的相同错误,所以它可能是一个离服务器更近的防火墙而不是离你更近的防火墙。

    如果您无法控制该防火墙,则无能为力。

    【讨论】:

      【解决方案2】:

      我在连接服务器时遇到了同样的错误。我所做的是改变我的互联网服务提供商,一切都很好。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2018-11-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多