The following commands allow to enable ssh on your Ubuntu machine.
sudo apt-get update
sudo apt-get install openssh-server
Once ssh is set up you will be able to connect using an ssh client and also using tools like WinSCP
Sep 04 2017
The following commands allow to enable ssh on your Ubuntu machine.
sudo apt-get update
sudo apt-get install openssh-server
Once ssh is set up you will be able to connect using an ssh client and also using tools like WinSCP