SSH web proxy tunneling
Requirement :
1 SSHd Server (at home for example) accessible from the Internet(s)
1 SSH client on your Linux or OSX : ssh
1 browser on the client : IE, FF or Safari
On the client :
sudo ssh root@myserver.com -p 22 -D 3128
or
sudo ssh root@myserver.com -p 22 -D 3128 -Nf
Configure the browser SOCKS proxy to localhost:3128
Maybe you need to install tsocks or dsocks in Linux / OS X (see aptitude)





















Recent Comments