Created
May 9, 2013 23:27
-
-
Save benschw/5551387 to your computer and use it in GitHub Desktop.
runt virtualbox vm headless with ssh@2222
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ VBoxManage modifyvm "ubuntu-vm" --natpf1 "guestssh,tcp,127.0.0.1,2222,,22" | |
~$ VBoxHeadless -s ubuntu-vm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment