Re: SSH utility

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jean-Paul Calderone

    Re: SSH utility

    On Sun, 10 Aug 2008 21:25:38 -0700 (PDT), James Brady <james.colin.br ady@gmail.comwr ote:
    >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;
    >unfortunatel y 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:



    Jean-Paul
Working...