ssh connections?
Follower
follower at iname.com
Tue Nov 25 23:27:07 EST 2003
> I'm new in Python and I have to make a ssh connection to a proxy server.
Try looking at this:
<http://www.lag.net/~robey/paramiko/>
It has both client & server SSH functionality (and is much more
light-weight than Twisted) although it's still under development.
Unfortunately for you it requires Python 2.3, but if there's any
possibility of you upgrading from 1.5 you really should.
--Phil.
More information about the Python-list
mailing list