Created
August 17, 2020 04:12
-
-
Save ratacibernetica/f8f24f98e10b7546b3605e2ea9fc5c3f to your computer and use it in GitHub Desktop.
VNC over reverse SSH connection
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
### 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