Greetings,
I am setting up rsyncd on a Solaris 7 box for the purpose of syncing up
the /etc/passwd /etc/shadow /etc/group, and /etc/auto_home file. In my
rsyncd.conf file I have:
auth users = root
secrets file = rsyncd.secrets
Pretty normal, I would guess. I am testing from another system wan
On Wed, 13 Sep 2000, Wood, Jeremy wrote:
>All:
> I have written a script that uses rsync via ssh to connect to
>another server I have web content on. The script runs fine when I run it
>from a command line, but when it is run from cron, the ssh hostbased
>authentication that I am using cann
All:
I have written a script that uses rsync via ssh to connect to
another server I have web content on. The script runs fine when I run it
from a command line, but when it is run from cron, the ssh hostbased
authentication that I am using cannot work because it is giving me errors.
Basci