Let assume your machine able to fetch from repository from internet. So here I going to install the SSH in Ubuntu in order to remotely control the machine.
After install the SSH, you can using below command to verify the ssh service is up and running. And now you can connect the using putty to remote terminal with port number of 22.
To stop the SSH service
To restart SSH Service
sudo apt-get install openssh-server
After install the SSH, you can using below command to verify the ssh service is up and running. And now you can connect the using putty to remote terminal with port number of 22.
sudo systemctl status ssh.service
To stop the SSH service
sudo systemctl stop ssh
To restart SSH Service
sudo systemctl restart ssh
No comments:
Post a Comment