I've got a few Linux boxes on a LAN.  I need to develop a gui app to start
processes on any machine from a master pc.  What process is to be started
and when will be specifed by the user through the gui.  I'm thinking along
the lines of a Perl/Tk script that uses the Proc::Background module to
invoke ssh on the master that will log into the specified slave and use the
command sysntax of ssh to invoke the process.

Or will Background allow me to specifiy remote host name and app to run on
the remote machine?

Anyone think of a better way?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to