Changes

288 bytes added ,  17:58, 21 April 2022
no edit summary
Line 34: Line 34:     
4.     Next, we need to install OpenSSH package in the Ubuntu machine. Open the terminal and issue the following commands:
 
4.     Next, we need to install OpenSSH package in the Ubuntu machine. Open the terminal and issue the following commands:
 +
sudo apt update
 +
 +
sudo apt-get install openssh-server
 +
Now, enable the SSH service, and start it.
 +
sudo systemctl enable ssh
 +
 +
sudo  systemctl start ssh
 +
Check the status of the SSH service with below command:
 +
sudo  systemctl status ssh
 +
Result of the above command should be like this:
Anonymous user

Navigation menu