ssh into a guest vbox machine on NAT mode

13 Sep 2014

This is a quick reminder to myself, for this to work a ssh server must be running in the guest machine.

Configuration

In the VM network panel, click in advanced and then in the Port Forwarding button, there setup the next rule:

Save changes

Usage

ssh -p 2222 user@localhost

Happy remote working 😋