Dec 312009
How to install SSH server in Ubuntu?
Answer:
If you did not select to install the OpenSSH server during Ubuntu setup process, you can install afterward using the command
sudo apt-get install openssh-server
And make sure the OpenSSH server is running, by
sudo /etc/init.d/ssh restart
Reference: https://help.ubuntu.com/7.04/server/C/openssh-server.html