Getting to an SSH account over a HTTP proxy
BJörn Lindqvist
bjourne at gmail.com
Thu Jan 25 04:18:11 EST 2007
More information about the Python-list mailing list
Thu Jan 25 04:18:11 EST 2007
- Previous message (by thread): Getting to an SSH account over a HTTP proxy
- Next message (by thread): Getting to an SSH account over a HTTP proxy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/22/07, Yu-Xi Lim <yuxi at ece.gatech.edu> wrote: > He's referring to the HTTP CONNECT method, which can tunnel arbitrary > TCP connections, not just HTTP. The IETF draft for this is titled > "Tunneling TCP based protocols through Web proxy servers". > > AFAIK, there are no Python modules which support that. The protocol > itself is fairly simply though, so it shouldn't be too hard to write > your own wrapper or proxy for the client side. Things get a little more > complicated if you have to authenticate with the proxy first. The proxy in question requires authentication. Do you mean that I should be able to write something that handles the communication to the proxy and then run a library like paramiko "over that"? I have no idea how to do that. -- mvh Björn
- Previous message (by thread): Getting to an SSH account over a HTTP proxy
- Next message (by thread): Getting to an SSH account over a HTTP proxy
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list