o7planning

Install OpenSSH Server on Ubuntu

  1. Install OpenSSH-Server
  2. Configure SSH

1. Install OpenSSH-Server

Firstly you need to log in to Ubuntu.
Execute Command:
sudo apt-get install openssh-server
Enter password:
OpenSSH Server being installed...
OpenSSH Server has been installed:

2. Configure SSH

You need to restart the SSH service, use the following command:
sudo service ssh restart
SSH Service has been restarted:
Now everything is ready you can use tools such as PuTTY to connect SSH Server.