I am just trying to automate series of commands while keeping a low security
profile.  Most of the stuff we do now is through SSH and Pyexpect.  I would
like to see if there is a way of just triggering commands without requiring
us to SSH into the server to get them to run.  We currently ssh into a box
and use expect to trigger a script that sets up Xen Virtual machines.  All I
really need it to do is hit the box and trigger a command...then give me the
status once its done.  The script does this now, but only as a log file in
the same server.

On Tue, Apr 22, 2008 at 12:13 PM, linuxian iandsd <[EMAIL PROTECTED]>
wrote:

> looking for a way to run commands remotely on another computer.
> >
>
> I can run pretty much complicated commands on remote servers using only
> ssh.
> I also run programs on remote server (when inside lan) using cgi module,
> works perfectly.
>
> maybe if you describe your problem i can provide you with some code.
>
>


-- 
Spencer Parker
_______________________________________________________

"if you can't go to heaven, may you at least die in Ireland."

_______________________________________________________
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to