Ubuntu 12.4 Enable SSH Service
To install the openssh-server package run the command below in console.
sudo apt-get install openssh-server
Once installed, the SSH service should start automatically. If necessary, you can start the service using the command.
sudo service ssh start