Watch in Video :- How to Install OpenSSH Server in Ubuntu Server 16.04 LTS
Step1 :- Login into Ubuntu Server 16.04
Update Ubuntu 16.04
Step2 :- sudo apt-get update
Upgrade Ubuntu 16.04
Step3 :- sudo apt-get upgrade
Installation OpenSSH Server in Ubuntu 16.04
Step4 :- sudo apt-get install openssh-server
During Installation it will ask to press 'Y' to Continue the installation
After Installation do this below steps to start services.
To Stop the SSH Service in Ubuntu 16.04
Step5 :- sudo stop ssh
To Start the SSH Service in Ubuntu 16.04
Step6 :- sudo start ssh
To Restart the SSH Service in Ubuntu 16.04
Step7 :- sudo restart ssh
To Check Status of SSH Service
Step8 :- sudo status ssh
That's it... Any Problem Comment Below