←back to thread

296 points jmillikin | 1 comments | | HN request time: 0.203s | source
Show context
thexa4 ◴[] No.44411517[source]
If anyone else runs into this, it's very easy to set up an ssh proxy: ssh -D 8080 user@hostname

Once that connection is set up, point your browser to use localhost:8080 as a socks proxy.

replies(2): >>44411597 #>>44413139 #
daneel_w ◴[] No.44411597[source]
I was just about to offer the same advice. It's a far simpler solution to a temporary problem - and equally, a permanent tool for the times when you want to proxy.

Don't forget that this function needs "AllowTcpForwarding" to be enabled in your sshd_config.

replies(1): >>44411638 #
czbd ◴[] No.44411638[source]
And I just managed to offer the same advice, then upon posting discovered I'd been beaten lol.

This simple solution versus the article reminds me of McIlroy and Knuth: https://news.ycombinator.com/item?id=35915169

replies(1): >>44413003 #
1. appreciatorBus ◴[] No.44413003[source]
That was an amazing read, thank you!