[Baypiggies] Finding a reliable Python SSH client

Brent Tubbs brent.tubbs at gmail.com
Wed Dec 9 03:18:38 CET 2009


+1 for Fabric.  I first set it up about a week ago for deploying a Django
project I'm working on. Besides uploading and unpacking my source, it uses
ssh to restart my apache instance and run my database migrations.

On Tue, Dec 8, 2009 at 5:09 PM, Keith Dart <keith at dartworks.biz> wrote:

> === 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>
> =======================
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20091208/b1407077/attachment.htm>


More information about the Baypiggies mailing list