LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Encrypting HTTP over SSH tunnel (https://www.linuxquestions.org/questions/linux-networking-3/encrypting-http-over-ssh-tunnel-83443/)

kleptophobiac 08-19-2003 05:37 AM

Encrypting HTTP over SSH tunnel
 
I have a box (slackware 9.0, CLI only) that has a static IP on the web and is running sshd. I want to be able to have a client connect via SSH to that box. So far this is easy.

I want the client to go through the internet, to connect to the server, and then use the server's internet connection to browse the web.

The reason I need to do this is that our school has a linux unfriendly proxy, and we (the tech kids who run the school) need access to the internet every now and then from linux boxen. We have the blessing of the IT man in charge, so all is good. :D

How would I get the client web browser to send data over the SSH tunnel without fargling the tunnel itself?

kleptophobiac 08-19-2003 07:19 PM

Well, it worked just fine with the ssh -L 80:127.0.0.1:80 IPADDY command.

Thanks for the help.

ikkuh 08-19-2003 08:44 PM

,...... Using windows and still wanna use all ssh options as used in unix,..

Search for "openssh for windows" I'm using it to tunnel my samba shares,... REALLY NICE!

andrewlkho 08-20-2003 11:46 AM

Just a thought - if your proxy is the same as my school's proxy, then you could look into the ntlm authorization proxy server, it's a proxy that you set up that connects to the windoze proxy

kleptophobiac 08-20-2003 03:38 PM

Extra proxy = no no

We tried that, but the administration shut it down because they deemed it too much of a security hazard.

In other news, we were DDOS'd today, and our internet connection went below the 1 KB/s mark for our T1 line. YAY!!

jvds 08-20-2003 03:59 PM

One other thing you can do to speed up the net is run ssh -C to compress the traffic. Its what I do for my dialup

Rus


All times are GMT -5. The time now is 07:55 AM.