SSH - 连接由对等方重置 - Linux 主机
SSH - Connection reset by peer - Linux Host
我有一个主机帐户 Linux 与 GoDaddy 共享主机帐户,最近我的 ssh 访问停止工作,这是错误:
Toms-MacBook-Pro:production tom$ ssh tomheather50@192.186.452.73
ssh_exchange_identification: read: Connection reset by peer
这发生在我的 wifi 连接上,但是如果我创建移动 phone 热点并通过我的 phone 的 3g 网络连接,我可以成功连接而不会出现错误....
过去 2 天我多次联系 GoDaddy 支持,但他们一点帮助都没有,只是说我应该通过移动网络连接!!
向他们发送跟踪路由后,我收到了此回复。
We are tracking instances of connections dropping and being
intermittent through Level 3 and their IP 4.34.191.254. I noticed
that your connection that is having difficulty is being routed through
this path while the connection that did work is not routing through.
We are reaching out to Level 3 Communications to see if they can
identify and fix this situation. We are seeing more cases like yours
pop up from both Europe and the US. In the meantime I would recommend
using a connection that does not trace through Level 3 if at all
possible.
我不确定是什么意思,GoDaddy 无法确保我可以通过我的 wifi 连接进行连接,这让我感到震惊!
任何建议、解释,当然还有帮助都会很棒,请各位。
该消息表明 Level3 网络中存在互联网连接问题(即介于您的 wifi network/internet 提供商和 Godaddy 网站之间的某处)。您或 godaddy 都无法修复它,只有 Level3 可以。
建议使用备用路径,当您使用 3G 网络提供商(而不是您的互联网提供商)时会发生这种情况。偶然我可能会添加 - 一些 3G 提供商和 godadday 之间的路径仍然可以通过 Level3 的受影响网络。
Level3 最终会解决这个问题(大型供应商通常会很快解决),一切都会恢复正常。
拥有一个备用供应商总是一个好主意,你的 3G 供应商很有帮助。
顺便说一句:traceroute 是检查数据包在您的机器和您要到达的服务器之间经过的路径的工具:https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/traceroute.8.html
ssh_exchange_identification: read: Connection reset by peer
经过大量努力,我通过简单地 运行 以下命令修复了 ssh 连接被拒绝的问题。
sudo dhclient
我有一个主机帐户 Linux 与 GoDaddy 共享主机帐户,最近我的 ssh 访问停止工作,这是错误:
Toms-MacBook-Pro:production tom$ ssh tomheather50@192.186.452.73 ssh_exchange_identification: read: Connection reset by peer
这发生在我的 wifi 连接上,但是如果我创建移动 phone 热点并通过我的 phone 的 3g 网络连接,我可以成功连接而不会出现错误....
过去 2 天我多次联系 GoDaddy 支持,但他们一点帮助都没有,只是说我应该通过移动网络连接!!
向他们发送跟踪路由后,我收到了此回复。
We are tracking instances of connections dropping and being intermittent through Level 3 and their IP 4.34.191.254. I noticed that your connection that is having difficulty is being routed through this path while the connection that did work is not routing through. We are reaching out to Level 3 Communications to see if they can identify and fix this situation. We are seeing more cases like yours pop up from both Europe and the US. In the meantime I would recommend using a connection that does not trace through Level 3 if at all possible.
我不确定是什么意思,GoDaddy 无法确保我可以通过我的 wifi 连接进行连接,这让我感到震惊!
任何建议、解释,当然还有帮助都会很棒,请各位。
该消息表明 Level3 网络中存在互联网连接问题(即介于您的 wifi network/internet 提供商和 Godaddy 网站之间的某处)。您或 godaddy 都无法修复它,只有 Level3 可以。
建议使用备用路径,当您使用 3G 网络提供商(而不是您的互联网提供商)时会发生这种情况。偶然我可能会添加 - 一些 3G 提供商和 godadday 之间的路径仍然可以通过 Level3 的受影响网络。
Level3 最终会解决这个问题(大型供应商通常会很快解决),一切都会恢复正常。
拥有一个备用供应商总是一个好主意,你的 3G 供应商很有帮助。
顺便说一句:traceroute 是检查数据包在您的机器和您要到达的服务器之间经过的路径的工具:https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/traceroute.8.html
ssh_exchange_identification: read: Connection reset by peer
经过大量努力,我通过简单地 运行 以下命令修复了 ssh 连接被拒绝的问题。
sudo dhclient