无法通过 SSH 连接到我的服务器,连接挂起

无法通过 SSH 连接到我的服务器,连接挂起

您好,我设置了一个家庭服务器,想远程访问。我之前做过这个,最近我搬家了,更换了 ISP。我通过新 ISP 进行了端口转发,以便能够远程访问服务器,但每次连接都会挂起,而且我登录到服务器的控制台上没有收到预期的输出。使用 verbose 我得到以下信息:

McBookPro:~ MSRAHMAN$ ssh -vvv [email protected]
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/MSRAHMAN/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to elizaweb.com [86.6.215.211] port 22.
debug1: Connection established.
debug1: identity file /Users/MSRAHMAN/.ssh/id_rsa type -1
debug1: identity file /Users/MSRAHMAN/.ssh/id_rsa-cert type -1
debug1: identity file /Users/MSRAHMAN/.ssh/id_dsa type -1
debug1: identity file /Users/MSRAHMAN/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2

有人能帮我一下吗?我对这个东西很陌生,我不明白为什么在我搬家之前它工作得很好,现在却不能用了。我是不是漏掉了什么。另外,我无法亲自访问服务器,因为我现在离服务器有几百英里远,所以我想远程访问。

相关内容