How to connect local machine with the virtual machine using SSH on linux
Installing SSH
First you have to install SSH. So run the following commands.
sudo apt update; sudo apt upgrade -y; sudo apt install openssh-server
Enable and run the SSH server
After installing the SSH server enable and run it using the following co...
badhon495.hashnode.dev1 min read