Do I need to have a proxy server to have HTTP over SSH?

Posted by Johnes thomas on Super User See other posts from Super User or by Johnes thomas
Published on 2010-01-08T01:53:12Z Indexed on 2010/06/05 21:53 UTC
Read the original article Hit count: 259

Filed under:
|
|
|
|

I want to use HTTP over SSH since in my university most of the sites are blocked. I have my own server to which I can using SSH. What I'm doing right now is have a squid proxy run on the server on a particular port. Then connect using putty to my server via ssh and create a tunnel from a certain local port (which I will enter as proxy server in Firefox) to the squid server. So in putty the configuration is like this for the tunnel:

 source port:8080
 destination:localhost:3128

I want to know is there any other way other than running the squid proxy on my server to tunnel the packets? Thanks.

© Super User or respective owner

Related posts about ssh

Related posts about proxy