Posted At : July 1, 2009 3:46 AM
This is useful if you are on a corporate network that has specific restrictions on certain sites that you need to access. You can use the following command so set it up:
This will create a socks proxy on port 8080 and if you configure your browser proxy settings to use a socks proxy on localhost port 8080 - see picture.
Once this is done all your browser traffic will go through the proxy network.
However, you may not want everyone who has a login to your ssh server from being able to do this, so you can conditionally limit access to who can do portforward with the following in you sshd_config file:
I found that little gem here on nabble.
0 Comments