SSH utility

Michael Mabin d3vvnull at gmail.com
Mon Aug 11 08:56:11 EDT 2008


I use pexpect.

On Mon, Aug 11, 2008 at 7:22 AM, Jean-Paul Calderone <exarkun at divmod.com>wrote:

> On Sun, 10 Aug 2008 21:25:38 -0700 (PDT), James Brady <
> james.colin.brady at gmail.com> wrote:
>
>> Hi all,
>> I'm looking for a python library that lets me execute shell commands
>> on remote machines.
>>
>> I've tried a few SSH utilities so far: paramiko, PySSH and pssh;
>> unfortunately all been unreliable, and repeated questions on their
>> respective mailing lists haven't been answered...
>>
>> It seems like the sort of commodity task that there should be a pretty
>> robust library for. Are there any suggestions for alternative
>> libraries or approaches?
>>
>
> You can find an example of running commands over SSH with Twisted online:
>
>  http://twistedmatrix.com/projects/conch/documentation/examples/
>
> Jean-Paul
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
| _ | * | _ |
| _ | _ | * |
| * | * | * |
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080811/c38c6ac6/attachment-0001.html>


More information about the Python-list mailing list