hi all I have generated the key in the source server(10.78.0.107) ssh-keygen -t dsa -C "[EMAIL PROTECTED]" I have added this key to authorized_keys2 of the destination server(10.78.0.117) cat id_dsa.pub >> /root/.ssh/authorized_keys2 but when I execute rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail/ /var/mail in the destination server I asck me for the password How to avoid this in order to automate this script. Thanks.
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html