【发布时间】:2015-01-13 23:59:03
【问题描述】:
当我尝试通过 ssh 连接到目标远程主机时收到此错误。我试图从两台不同的计算机上shh 无济于事。我发现环顾四周的解决方案是重定向到不同的端口,但我再次收到此错误,但使用了新的端口号。以下是调试信息:
bash-4.1$ ssh -vvv oniemann@128.114.126.232
OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 128.114.126.232 [128.114.126.232] port 22.
debug1: connect to address 128.114.126.232 port 22: Connection timed out
ssh: connect to host 128.114.126.232 port 22: Connection timed out
关于问题可能来自哪里的任何想法?
【问题讨论】:
标签: unix ssh connection out timed