Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ratacibernetica/f8f24f98e10b7546b3605e2ea9fc5c3f to your computer and use it in GitHub Desktop.
Save ratacibernetica/f8f24f98e10b7546b3605e2ea9fc5c3f to your computer and use it in GitHub Desktop.
VNC over reverse SSH connection
### Computer you're connection TO (server)
### Computer you're connecting FROM
#From Client
ssh -L 5903:localhost:5901 [email protected] -p34350
# VNC client connection
host: localhost: 5903
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment