Enable Ssh in Ubuntu Mar 17th, 2015 12:50 am for ubuntu 14.04, we need to install OpenSSH Server 1 $ sudo apt-get install openssh-server next, we might want to configure your ssh service 1 2 # edit sshd config file $ sudo nano /etc/ssh/sshd_config finally, restart it. 1 $ sudo /etc/init.d/ssh restart done.