Wednesday, October 14, 2009

UBUNTU 9.04: How to fix error - SSH connection refused?

OpenSSH is a freely available version of the Secure Shell (SSH) protocol family of tools for remotely controlling a computer or transferring files between computers.
If the openssh-server not installed yet, you will get error : openssh connection refused.
It is not about firewall disable.

When you cannot remote to the other PC or server in the network, just install OpenSSH-server. Use the command line below

sudo apt-get install openssh-server

--------
Good luck! Have a nice day.