>Adding it would be an advantage, however right now I just need setup a
>client side script that'll tell the server side to exec/run one of
>three scripts on the other server.

We have a similar situation.  One thing we did on the boxes we could not add
the key pairs was add a cron that ran a script every 3 mins.  The client
script would contact the server via HTTP Get and it would get a XML doc of
commands it needed to run.  The client would run the command and HTTP Post
the results back to the server. This way we did not need any key pairs, user
names, or passwords.  

>-----Original Message-----
>From: William Paulsen (W) [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 08, 2006 9:31 AM
>To: Jerry DuVal; beginners@perl.org
>Subject: RE: Exec a script on one server that will exec other scripts on a
>different server..
>
>
>Adding it would be an advantage, however right now I just need setup a
>client side script that'll tell the server side to exec/run one of
>three scripts on the other server.
>
>
>tks
>William
>Gugulethu
>
>-----Original Message-----
>From: Jerry DuVal [mailto:[EMAIL PROTECTED]
>
>Sent: 08 June 2006 03:09 PM
>To: William Paulsen (W); beginners@perl.org
>Subject: RE: Exec a script on one server that will exec other scripts
>on a different server..
>
>
>
>>-----Original Message-----
>>From: William Paulsen (W) [mailto:[EMAIL PROTECTED]
>>Sent: Thursday, June 08, 2006 8:54 AM
>>To: beginners@perl.org
>>Subject: Exec a script on one server that will exec other scripts on
>a
>>different server..
>>
>>
>>Hi,
>>
>>I'm trying to write a perl script that will run on one server but can
>>instruct either socker server deamon on another server to exec any
>one
>>of three applications on a different box.  The reason for this is the
>>password changes every month and the scripts that I'm currently using
>>fails because of that.  Is this possible in perl?
>>
>
>Can you add public/private keys pairs then a password is not needed?
>
>
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>This e-mail and its contents are subject to the Telkom SA Limited
>e-mail legal notice available at
>
>http://www.telkom.co.za/TelkomEMailLegalNotice.PDF
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
><http://learn.perl.org/> <http://learn.perl.org/first-response>



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