On Sun, 10 Aug 2008 21:25:38 -0700 (PDT), James Brady <[EMAIL PROTECTED]> 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

Reply via email to