奇怪的 SSH 连接超时

奇怪的 SSH 连接超时

当我尝试登录到我的全新 VPS 服务器时出现了这个问题。

我记得在服务器上第一次尝试 SSH 时,我实际上多次收到输入密码的提示,这意味着我的 ISP 没有端口阻塞问题。因为密码对我来说不起作用(出于某种原因)。我多次验证失败。之后尝试登录服务器时就超时了。我在 mediatemple 上做了同样的事情(以前使用 sftp 时可以使用),输入了错误的密码,现在尝试 ssh(甚至 SFTP)时出现超时错误。

因此某种安全功能阻止我尝试登录太多次,无论是从我这边还是从服务器这边。知道可能是什么吗?

TRaceroute 和 ping 在 ips 上工作。我使用的是 zyxel wimax 调制解调器(max-206m1r - 如果相关的话)

c:\Program Files (x86)\OpenSSH\bin>ssh.exe [email protected]
ssh: connect to host 109.169.7.136 port 22: Connection timed out

c:\Program Files (x86)\OpenSSH\bin>ssh.exe [email protected]
ssh: connect to host 109.169.7.131 port 22: Connection timed out

c:\Program Files (x86)\OpenSSH\bin>ssh.exe [email protected]
ssh: connect to host 87.117.249.227 port 22: Connection timed out

c:\Program Files (x86)\OpenSSH\bin>ssh.exe [email protected] -vv
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to 87.117.249.227 [87.117.249.227] port 22.
debug1: connect to address 87.117.249.227 port 22: Connection timed out
ssh: connect to host 87.117.249.227 port 22: Connection timed out

c:\Program Files (x86)\OpenSSH\bin>ssh.exe s122797.gridserver.com
Could not create directory '/home/pavs/.ssh'.
The authenticity of host 's122797.gridserver.com (205.186.175.110)' can't be est
ablished.
RSA key fingerprint is 33:24:1e:38:bc:fd:75:02:81:d8:39:42:16:f6:f6:ff.
Are you sure you want to continue connecting (yes/no)? yes
Failed to add the host to the list of known hosts (/home/pavs/.ssh/known_hosts).

Password:
Password:
Password:
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Received disconnect from 205.186.175.110: 2: Too many authentication failures fo
r pavs

c:\Program Files (x86)\OpenSSH\bin>ssh.exe s122797.gridserver.com
ssh: connect to host s122797.gridserver.com port 22: Connection timed out

c:\Program Files (x86)\OpenSSH\bin>ssh.exe s122797.gridserver.com
ssh: connect to host s122797.gridserver.com port 22: Connection timed out

答案1

这很可能是由于fail2ban。如果您登录失败的次数过多,fail2ban则会对您进行临时 IP 禁令,导致连接失败。如果密码不正确,请不要不断重复输入。找出问题所在并修复它。

答案2

这个问题在 MT 上肯定已经出现过多次了,他们现在允许用户修复它。在尝试使用错误的用户名命令 SSH 10 次后,MediaTemple 会阻止您的 IP。要解决此问题,请登录 MT 帐户中心并转到仪表板。一条大红色消息显示 IP 已被阻止,并允许您单击“解除阻止”,结果会出现以下屏幕。

如果有人尝试通过 SSH 连接到 MediaTemple 网格服务器,则使用您的默认域作为用户名并使用提供给您的 subdomain.gridserver.com 的命令:

ssh [email protected]

MediaTemple 仪表板

答案3

您的 VPS 主机是否提供支持?也许他们可以向您解释为什么您无法登录服务 :)

如果他们确实对您的 IP 进行了某种形式的阻止,您可以尝试使用其他 IP(朋友的地方?)否则,如果它基于您的用户名,请尝试发送另一个用户名并查看是否超时。如果没有,您需要重新启用您的用户帐户。如果超时,请尝试新的 IP。

如果两种方法都不起作用,那么您就只能向提供商寻求支持。

相关内容