SSH Server in Ubuntu

To securely administer your Ubuntu Server remotely, you need to install SSH server. SSH provides you with a secure connection to your server and allows you to run commands all as if you were logged in at the terminal itself. To install SSH server in Ubuntu $ sudo apt-get install openssh-server All going well, your …