On Tue, 2003-02-11 at 18:28, David Simmons wrote: > We have a couple of servers that we want to push out periodic updates > to. We want to automate this as much as possible. > > We have password-less ssh working (thanks to the group for that!). So > using a shell script we can login in to a remote machine. But that is > all we can do. Once we login we are in a completely different shell > environment. My script stops executing at that point. Once I logout of > the remote server, my script continues running.
Sorry to take so long to respond, but have you looked at using rsync? You can still get the secure transport by using the "-e ssh" option, and it will mirror the files you want onto the remote servers automatically. -- Rodolfo J. Paiz [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list