mydomain
No ADS
No ADS

Install OpenSSH Server on Ubuntu

  1. Install OpenSSH-Server
  2. Configure SSH

1. Install OpenSSH-Server

No ADS
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

No ADS
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.
No ADS
No ADS