in reply to run perl script on remote server
If you're running from the command line on server C, why can't you just ssh into server A where your script is and run from the command line there? The script can also ssh over to server B to manipulate your files. If you set things up with ssh public/private keypairs, you can do it without having to store passwords anywhere. You might want to use Net:SSH in your scripts. It's not clear that there's much perl-specific in the question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: run perl script on remote server
by sumit07 (Novice) on Sep 08, 2012 at 06:18 UTC | |
by NetWallah (Canon) on Sep 08, 2012 at 23:23 UTC | |
by bitingduck (Deacon) on Sep 08, 2012 at 17:23 UTC |