The easy way to exchange keys on Fedora to use rsync over ssh assuming
you're using root to do the backup on the clien:

(as root)
# su -s /bin/bash -l backuppc
# ssh-keygen
(don't add a passphrase, it would defeat the purpose)
# ssh-copy-id root@<client>

After that you should be able to "ssh root@<client>" and it login without
prompting for a password.

Thanks,
Richard
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to