This will allow your VNC session to run over the ssh session, just vnc to yourself
1 | ssh username@123.123.123.123 -L 5900:127.0.0.1:5900 |
This will set up a SSH SOCKS5 proxy on port 8080 (don’t forget to set your borwser proxy to socks5 8080)
1 | ssh username@123.123.123.123 -ND 8080 |
Leave a Reply
You must be logged in to post a comment.