Linux Tips #002: How To Enable Secure Shell in Ubuntu

By default, your freshly installed system will have no SSH service enabled, which means you won’t be able to connect to it remotely using SSH protocol (TCP port 22), therefore installing SSH server will be one of the first post-install steps on your system…

OpenSSH installation
root@ubuntu:~# sudo apt-get install openssh-server
Verify your SSH Sever installation
root@ubuntu:~# ps -aef | grep sshdroot

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.