Showing posts with label enable ssh linux. Show all posts
Showing posts with label enable ssh linux. Show all posts

Monday 20 June 2016

How to enable SSH on Ubuntu?

Or, Enable SSH on Ubuntu. 

Solution:
To enable SSH on Ubuntu machine, please run the below command:
---------------------------------------------------------------------------------
# sudo apt-get install openssh-server openssh-client
------------------------------------------------------------------------