Getting to an SSH account over a HTTP proxy

Nanjundi nanjundi at gmail.com
Mon Jan 22 20:16:35 EST 2007


BJörn Lindqvist wrote:
> I want to use Python to connect to a SSH account over a HTTP proxy to
> automate some operations. I thought paramiko would be able to do that,
> but it can not (it seems).
>
> Is there some other Python module that can do what I want?
>
> --
> mvh Björn

Did you take a look at twisted library?
twistedmatrix.com
http://twistedmatrix.com/projects/core/documentation/howto/clients.html


I haven't tried to connect over port 80, but its worth a try.

-N




More information about the Python-list mailing list