SSH As Ad Hoc VPN


OpenSSH is an amazing piece of software that continually surprises me.

Did you know that you can run a SOCKS proxy with just a single command?

ssh -D 9090 example.com

To configure your browser (I'm using Firefox as an example):

Then, you can visit:

This is a software monopoly but at least it was written by people who care about security, so it's not like Microsoft's monopoly.

– Theo de Raadt, speaking about OpenSSH