Rather a buzz-word heavy title, but if you need to sort out decent web access from behind a firewall/proxy, use:
ssh -ND 9999 user@server.net
The web browser should then be configured to use the proxy "localhost:9999".Rather a buzz-word heavy title, but if you need to sort out decent web access from behind a firewall/proxy, use:
ssh -ND 9999 user@server.net
The web browser should then be configured to use the proxy "localhost:9999".
1 comment:
Quote: ssh -ND 9999 user@server.net
Great...!?
Still the info is missing on how and what to fill in at "user" and "server.net" or "example.com"?!
Post a Comment