Last Updated: September 01, 2020
·
3.062K
· Lars Van Casteren

SSH Sock Proxy

Recently I had to test a remote development website with lots of other remote includes. Can't really use SSH port forwarding but you can create a SOCKS proxy through SSH!

ssh -vv -ND 8080 user@yourserver

Now configure your browser network settings to use 127.0.0.1:8080 as a SOCKS5 proxy!