There are tons of resources out there, but here's my simple guide.
- set up ssh tunnel (this one does both a socks proxy on 8088 and tunnels localhost VNC)
- ssh -D 8088 -L 5900:localhost:5900 username@machinename.com
- if you don't want a shell throw -N in there, although I don't really get the point for the most part.
- set up foxy proxy for firefox
- make a new proxy localhost:8088
- make sure it's set to "SOCKS" which is a bizarrely unchecked check box even when you nominate socks5
- use proxy for all traffic (obviously you can be a lot more sophisticated than this)
That's it!
No comments:
Post a Comment