我正在使用Ubuntu而且我遇到了连接到远程hostgator服务器的问题。我正在使用ssh命令终端而不是Windows推荐的puTTY。我运行了ssh ssh username@hostname
但得到了ssh: connect to host #####.co.uk port 22: Connection timed out
也许我不清楚主机名是什么?我输入的是与我的主机帐户相关联的域名以及用户名的cpanel用户名?正确?
答案 0 :(得分:2)
您可能遇到的一个问题是您必须为Hostgator指定端口2222参数。
类似于:
ssh username@hostname -p 2222
请参阅http://support.hostgator.com/articles/hosting-guide/lets-get-started/how-do-i-get-and-use-ssh-access