Created
October 14, 2014 20:10
-
-
Save glombard/90c8657ed337f54760d7 to your computer and use it in GitHub Desktop.
Connect to my VMWare Fusion linux vm
This file contains 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
GUEST_VMX=`vmrun list | tail -n+2` | |
GUEST_IP=`vmrun getGuestIPAddress "$GUEST_VMX"` | |
ssh root@$GUEST_IP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment