[Tutor] SSH Client?

Daniel Yoo dyoo@hkn.eecs.berkeley.edu
Tue, 1 May 2001 19:17:34 -0700 (PDT)


On Tue, 1 May 2001, Britt Green wrote:

> Might anyone know if there is an SSH client written in python anywhere?

I couldn't find an ssh client in Python, sorry.  I wonder if it would be
difficult to write wrappers for the openssh stuff at:

    http://www.openssh.org


I did find cryptography stuff here:

    http://www.post1.com/home/ngps/m2/

M2Crypto implements a Python wrapper for OpenSSL, but it might not be
relevant with what you want.