|
|
|
|
|
by _dan
631 days ago
|
|
SSH tunnelling is an utter necessity in the ridiculous corporate environment I work in. Incredible amounts of bureaucracy and sometimes weeks of waiting to get access to stuff, get ports opened, get some exception in their firewalls and vpn so someone can access a thing they need to do their job. This guide mentions -D but doesn't really articulate quite how powerful it is if you don't know what it does. ssh -D 8888 someserver, set your browser's SOCKS proxy to localhost:8888 (firefox still lets you set this without altering system defaults). Now all your browser's traffic is routed via someserver. I find that to be incredibly useful. |
|