Created
May 4, 2021 17:57
-
-
Save brandonros/2f3c5837bea513ec10cf39314a07e76b to your computer and use it in GitHub Desktop.
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
ssh -N -L 3389:127.0.0.1:3389 user@HOST | |
./websockify.js 0.0.0.0:6080 127.0.0.1:3389 | |
https://novnc.com/noVNC/vnc.html -> advanced -> websocket | |
host: 127.0.0.1 | |
port: 6080 | |
encrypt: no | |
path: websockify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment