Looking for sshlib.py

Michael Ströder michael.stroeder at inka.de
Wed Dec 1 06:15:35 EST 1999


John Leach wrote:
> 
> Is there an ssh lib for Python. Or anything similar. I'm looking for
> something more secure than telnet.

You might wanna use ssh's port-forwarding mechanism.
There's also a SSL module based on OpenSSL (http://www.openssl.org/) for
Python called M2Crypto. You could protect your telnet by a SSL wrapper
and use M2Crypto for connecting to the service.

Ciao, Michael.




More information about the Python-list mailing list