Re: SSH-client that suppports http-proxies AND dynamic tunnels?
From: Darren Tucker (dtucker@dodgy.net.au)
Date: 01/28/03
- Next message: Nico Kadel-Garcia: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- Previous message: ftbee: "Re: ssh compatability issues"
- In reply to: Richard E. Silverman: "Re: SSH-client that suppports http-proxies AND dynamic tunnels?"
- Next in thread: Martin Forssen: "Re: SSH-client that suppports http-proxies AND dynamic tunnels?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: dtucker@dodgy.net.au (Darren Tucker) Date: Tue, 28 Jan 2003 14:01:34 GMT
In article <m1ly955csy3.fsf@syrinx.oankali.net>,
Richard E. Silverman <slade@shore.net> wrote:
>
>What do you mean by "support for HTTP proxies?" No special support is
>needed -- if you forward a local port to a remote proxy and point your
>browser at the forwarded port as its proxy, it will work...
"Support for the ssh client making its connections via HTTP CONNECT"?
OpenSSH's ssh can use something like "connect"
(http://www.taiyo.co.jp/~gotoh/ssh/connect.html) as a ProxyCommand.
"connect" can use TCP, SOCKS or HTTP CONNECT to make the connection.
ssh can then run a dynamic port forward (-D) over that connection.
Assuming you're running some socksified app over that, you end up with:
App-(SOCKS)->ssh-(HTTP CONNECT)->proxy-(TCP 22)->sshd->App Server.
You have the SSH protocol between ssh and sshd, but instead of being
a single TCP connection on port 22, it's a connection to the proxy
on port 80/8080/3128, which issues a CONNECT to the ssh server on port
22. The dynamic port forwarding happens via the SSH protocol over that
channel.
Wow, this is getting more confusing the more I write, so I'll stop now.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Next message: Nico Kadel-Garcia: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- Previous message: ftbee: "Re: ssh compatability issues"
- In reply to: Richard E. Silverman: "Re: SSH-client that suppports http-proxies AND dynamic tunnels?"
- Next in thread: Martin Forssen: "Re: SSH-client that suppports http-proxies AND dynamic tunnels?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|