我 ssh 连不上服务器,但是找了另一个人试了一下,他可以连上去,那应该是我这边的问题?我要怎么检查呢?
ssh: connect to host xx.xx.xx.xx port 22: Connection timed out
试过把代理关了,用自己手机流量,都不行
然后我 ssh 我自己的一台云服务器,又是正常的,我凌乱了,到底是哪的问题
已解决。。。
1
lwh0328 2021-10-06 10:01:42 +08:00
防火墙呢
|
3
Kamitora 2021-10-06 10:08:25 +08:00
ssh -vvv YOURHOST
|
4
zxCoder OP @Kamitora
OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2 debug3: Failed to open file:C:/Users/xxx/.ssh/config error:2 debug3: Failed to open file:C:/ProgramData/ssh/ssh_config error:2 debug2: resolve_canonicalize: hostname xx.xx.xx.xx is address debug2: ssh_connect_direct debug1: Connecting to xx.xx.xx.xx [xx.xx.xx.xx] port 22. debug3: finish_connect - ERROR: async io completed with error: 10060, io:000001E961E8F200 debug1: connect to address xx.xx.xx.xx port 22: Connection timed out ssh: connect to host xx.xx.xx.xx port 22: Connection timed out |
5
ddzzhen 2021-10-06 10:26:14 +08:00 via Android
他在墙外,你在墙里?
|
6
zxCoder OP |
7
czwstc 2021-10-07 01:32:19 +08:00
找到原因了就 Append 一下吧
|