[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Remote Execution of Scripts



One possible solution to this is to create an RSA key with no passphrase.
Then you put the key in the remote servers authorized_keys file for
the proper user account.

man 1 ssh
man 8 sshd
man 1 ssh-keygen

If your goal is to keep files syncronized across the network take a look
at rsync, http://rsync.samba.org/.


Thanks,
--
Matt Ayres
Network Architect
Chimes, Inc.


On Tue, 24 Jul 2001, Gene Grimm wrote:

> As I am a relative novice system administrator, perhaps someone more
> experienced can guide me to the proper way of securely invoking a script on
> a remote server. We have two facilities presently, with most of our
> equipment in our main office. I am attempting to automate account
> maintenance and would like to find information on the proper way to have one
> Perl script begin remote execution of scripts on another Linux server.
>
> Is there is a package available for administering and synchronizing dial-up
> and email accounts on multiple servers that can be customized? If not, what
> is the proper way of having a script on one host invoke a script on a remote
> host? Should this be done through NFS connections or by some other means?
> Any assistance provided would be greatly appreciated.
>
>
> --
> To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>



Reply to: