Re: SSH, remote login, and command output

2006-03-26 Thread Tim Parkin
Tim Parkin wrote: > Spire 01 wrote: > >>Greetings! >> ... >>Thanks a million! >>Spire > > > > I wrote a small tool to implement cron like functionality over ssh using > twisted (with public/private keys). This was written to scratch a small > itch but also to learn how twisted works with conch

Re: SSH, remote login, and command output

2006-03-26 Thread Tim Parkin
Spire 01 wrote: > Greetings! > > I'm working on a Python program for a small LAN of Linux systems running > Gentoo, and I need a little help figuring out what I need to do it. So > what I'd like to do is, from any given computer, log on to every other > computer, run a certain command (which norm

Re: SSH, remote login, and command output

2006-03-26 Thread Alex Martelli
Spire 01 <[EMAIL PROTECTED]> wrote: > Greetings! > > I'm working on a Python program for a small LAN of Linux systems running > Gentoo, and I need a little help figuring out what I need to do it. So what > I'd like to do is, from any given computer, log on to every other computer, > run a certai

Re: SSH, remote login, and command output

2006-03-26 Thread Rob Williscroft
Spire 01 wrote in news:[EMAIL PROTECTED] in comp.lang.python: > Greetings! > > I'm working on a Python program for a small LAN of Linux systems > running Gentoo, and I need a little help figuring out what I need to > do it. So what I'd like to do is, from any given computer, log on to > every o

Re: SSH, remote login, and command output

2006-03-26 Thread Sybren Stuvel
Spire 01 enlightened us with: > So what I'd like to do is, from any given computer, log on to every > other computer, run a certain command (which normally outputs text > to the terminal), and store the output so I can use the aggregate > statistics later in the program. I'd go for SSH indeed. >

Re: SSH, remote login, and command output

2006-03-26 Thread Spire 01
Greetings! I'm working on a Python program for a small LAN of Linux systems running Gentoo, and I need a little help figuring out what I need to do it. So what I'd like to do is, from any given computer, log on to every other computer, run a certain command (which normally outputs text to the