[Baypiggies] Finding a reliable Python SSH client

Keith Dart keith at dartworks.biz
Wed Dec 9 02:09:54 CET 2009


=== On Tue, 12/08, Nigel Stolting wrote: ===
> I’m looking to see if anyone has had any experience (and success) with
> using a Python based SSH client.
===

I've done this successfully using my own library (includes an expect.py
module that is not pexpect.py but a whole new implementation). 

It's part of the Pycopia collection. 

http://code.google.com/p/pycopia/

Use subversion to get it.

The actual SSH wrapper is here:

http://code.google.com/p/pycopia/source/browse/trunk/process/pycopia/sshlib.py

and the expect-like module:

http://code.google.com/p/pycopia/source/browse/trunk/process/pycopia/expect.py

Works in conjunction with the proctools module:

http://code.google.com/p/pycopia/source/browse/trunk/process/pycopia/proctools.py



-- Keith Dart

-- 
-- --------------------
Keith Dart
<keith at dartworks.biz>
=======================


More information about the Baypiggies mailing list