How to enable ssh service on Elementary OS Luna

By default, ssh package is not installed and not enabled on Elementary OS Luna. We must install it manually. But don’t worry, its pretty easy to install and enable ssh service on Elementary OS Luna.

To install and enable ssh service on Elementary OS Luna, do the following on Terminal

sudo apt-get install ssh
sudo service sshd start

That’s it. Now ssh service should be running on Elementary OS Luna

Admin

Leave a Reply

Your email address will not be published. Required fields are marked *