我刚刚设置了一个新的 Ubuntu 16.04 远程服务器。
我可以顺利地 ssh 进入。我可以 rsync 和其他我试过的方法。
但是,我似乎无法通过 ssh 出去...也就是类似这样的情况:
ssh user@otherhost
只是挂起并最终引发错误:
ssh: connect to host otherhost port 22: Connection timed out
什么原因造成这种情况?
我尝试过与其他服务器进行 SSH 连接;它们都相互接受和发送 SSH。该问题似乎只发生在这台特定的服务器上...
openssh-server 和 openssh-client 已安装。