I am trying the following command on ubuntu
ssh host@xx.xx.xxx.xxx
and I get the following error:
ssh: connect to host xx.xx.xxx.xxx port 22: Connection timed out
so, I tried the following:
telnet xx.xx.xxx.xxx 22xx
and I got the following message:
Trying xx.xx.xxx.xxx...
Connected to xx.xx.xxx.xxx.
Escape character is '^]'.
SSH-2.0-OpenSSH_5.5
Connection closed by foreign host.
Can anyone help me understand what the problem is and how I can fix it.
openssh-serveris installed on the server. – InkBlend Oct 4 '12 at 2:13