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
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
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
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
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.
>
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