Enable SSH on Ubuntu Linux
Thursday, August 26, 2010
Enable SSH on Ubuntu Linux
This post will guide you to install OpenSSH Server and client on Ubuntu Linux machine.
The following command will install both ssh client and ssh server on your ubuntu linux machine.
# sudo apt-get install openssh-server openssh-client
The reason to install both is to make it easy to directly test your ssh server right from the same machine terminal. The command is as the following:
# ssh localhost


