Displaying 2 results from an estimated 2 matches for "khabot".
Did you mean:
chabot
2006 Apr 05
3
rsync, ssh and DSA key
hi all
I have generated the key in the source server(10.78.0.107)
ssh-keygen -t dsa -C "root@10.78.0.107"
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 root@10.78.0.107:/var/mail/ /var/mail
in the destination server I asck me for the password
How to avoid this in
2006 Apr 03
2
rsyncd.secrets
hi all
I have composed a script containing :
rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail
--password-file=/etc/rsyncd.secrets
but when I try to execute il it ask me for the password.
how to do to avoid this and to consider the password in the
'rsyncd.secrets'
thanks in advance.