rsync and unattended ssh between 2 machines

Brent Bailey mrb at bmyster.com
Sat Dec 20 17:06:37 PST 2003


ive been trying to get rsync to work with  unattended SSH and syncing of
file systems
between 2 machines running FBSD 4.9RC. I have rsync installed and i run a
script like

#!/bin/sh

remote="192.168.25.12"

fslist="/var/mail /var/db/mysql /usr/local/www/data /user2"

    for fs in $fslist ;
    do
      /usr/local/bin/rsync -avz --delete ${remote}:${fs}/ ${fs}/
    done

but when i tail the logs of the remote machine i see..
Dec 20 19:23:26 doppleganger sshd[24493]: Failed password for root from
192.168.25.1 port 4476

Anyone have any good luck with doing this ? suggestions ?? any all all
help is greatly appreciated






-- 
Brent





More information about the freebsd-questions mailing list