Re: Executing Remote Script with parameters

2001-07-08 Thread Luke Bakken

I would investigate using rsh or (peferably) ssh to execute the remote
script.

if you had an account on machine 'foo', you can use RSA or DSA
authentication to avoid needing a password to execute a script on foo, but
this isn't an SSH group, so if you need more info, email me.

there's also a Net::SSH module, if I'm not mistaken.


On Sun, 8 Jul 2001, Suresh Babu.A [Support] wrote:

>
> Ladies and Gentlemen,
>
> I am executing a script from the client, which should internally call a
> script of a remote server and i have to pass argument from the client. Any
> help regarding this is much appreticated.
>
> Thank you very much for your time.
>
> SureshA
> [EMAIL PROTECTED]
>




Executing Remote Script with parameters

2001-07-07 Thread Suresh Babu.A [Support]


Ladies and Gentlemen,

I am executing a script from the client, which should internally call a
script of a remote server and i have to pass argument from the client. Any
help regarding this is much appreticated.

Thank you very much for your time.

SureshA
[EMAIL PROTECTED]