ssh server connect to host xxx port 22: Connection timed out on linux-ubuntu

前端 未结 10 1482
有刺的猬
有刺的猬 2020-12-17 20:04

I am trying to connect to remote server via ssh but getting connection timeout.

I ran the following command

ssh testkamer@test.dommainname.com

10条回答
  •  醉酒成梦
    2020-12-17 20:43

    If you are on Public Network, Firewall will block all incoming connections by default. check your firewall settings or use private network to SSL

提交回复
热议问题