It's even easer than that. SSH has a SOCKS4 proxy built in so all you have to do is:
ssh -D <port> <username>@<server>
where port is the port on your local box to use as proxy then after the connection is established you simply configure your brower to use a socks4 proxy telling it the server is localhost and the port is the port you chose above.
Main Topics
Browse All Topics





by: chicagoanPosted on 2004-01-07 at 22:14:31ID: 10068698
sure, you just need to set up port forwarding
satch/ssh/ faq/ssh-fa q.html
ssh -L 80:localhost:<portnumber> <webserver>
http://www.employees.org/~