Hello All, I've managed to install Openssh on my arch linux virtualbox vm in my windows machine. The only thing I had to do was enable port forwarding on the virtualbox vm.
I have configured the host port 2222 to VM fort 22 and used the following command to run ssh: ssh [email protected] -p 2222 Regards, Suhail

