Skip to content

Instantly share code, notes, and snippets.

@NapoleonWils0n
Created November 11, 2012 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NapoleonWils0n/4055955 to your computer and use it in GitHub Desktop.
Save NapoleonWils0n/4055955 to your computer and use it in GitHub Desktop.
ssh: vnc over ssh
ssh -f -q -L 5900:localhost:5900 192.168.1.9 sleep 10 && open vnc://127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment