Also you need to SSH from the backuppc server (using the backuppc user)
to each client once manually to populate authorized_keys.
Just a quick note: you can avoid the need to do this by setting this in
backuppc's .ssh/config:
Host *
StrictHostKeyChecking accept-new
With that setting, it will still prevent connections if the key changes,
but it won't prompt you to accept it the first time it encounters it.
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/