登录时Cygwin SSH客户端超时


0

我无法获得SSH连接。我跑了ssh user%server@host -v,得到了这个输出

OpenSSH_7.6p1, OpenSSL 1.0.2k  26 Jan 2017
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to gw.cs.huji.ac.il [132.65.116.14] port 22.
debug1: connect to address 132.65.116.14 port 22: Connection timed out
ssh: connect to host gw.cs.huji.ac.il port 22: Connection timed out

我在Windows 10上运行Cygwin。我尝试配置防火墙以允许“ssh.exe”,端口22和其他一些配置无效。

有谁知道该怎么办?


sshd正在运行吗?是否配置为侦听132.65.116.14?
雅罗斯拉夫·库塞拉

是的,是的。通过Linux或Windows机器使用完全相同的命令连接到这台机器没有问题,但是对于Windows,我很无能为力。我相信这可能是一个防火墙问题,但我无法解决它
比利时Choko

@BelgishChoko 132.65.116.14端口22可公开访问。尝试确保禁用Windows防火墙。
simlev
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.