Q: How do I setup the RSA-key for passwordless rsync for BackupPC (BPC) clients?
A: On the BPC-server:
bash-3.2$ su -s /bin/bash - backuppc
bash-3.2$ cd /bak
bash-3.2$ ssh-copy-id -i .ssh/id_dsa.pub
More info on
http://wiki.centos.org/HowTos#head-bab8e87dc82e722540e2d39de8408750004a8c4a
http://www.unixmen.com/linux-tutorials/unix-tutorials/71-install-backuppc-server-in-centosrhelfedora
http://www.srbu.se/backuppc.html
Comments
- For instructions on creating DSA or RSA keys, see Passwordless ssh.