Re: rsync, ssh, and automate

2001-01-17 Thread Britton
Well, here is how I enabled passwordless login on from my debian 2.2 box to itself to test MPICH stuff: First, be sure ~/.ssh/authorized_keys files is not group writable, and contains the identity which is to be allowed to perform passwordless logins. In case there is something atypical in my s

rsync, ssh, and automate

2001-01-17 Thread Ralph Brown
thanks for the help so far..this is a helpful list! what i am trying to do is to be able to run a script from the command line, which will later become part of a crontab. the script is; #!/bin/sh /usr/bin/rync -ar -e ssh [EMAIL PROTECTED]:/file/dir/ /file/dir