Skip to content

Instantly share code, notes, and snippets.

@glombard
Created October 14, 2014 20:10
Show Gist options
  • Save glombard/90c8657ed337f54760d7 to your computer and use it in GitHub Desktop.
Save glombard/90c8657ed337f54760d7 to your computer and use it in GitHub Desktop.
Connect to my VMWare Fusion linux vm
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