On Fri, May 13, 2011 at 2:18 PM, Neal Becker <[email protected]> wrote: > Tried to setup as before so backuppc user on server can ssh as root on client. > No luck. If I test, public key doesn't work.
You probably did things this way but you didn't specify so I'm just checking. When I'm setting up a client I don't quite follow the FAQ by manually exchanging keys when it's a lot easier to use ssh-copy-id, so my process is (on server) # su -l backuppc -s /bin/bash $ ssh-copy-id root@<client> (get the known host prompt, say yes then logout of client) (verify passwordless login works) # ssh root@<client> If that's working, what's the backup method you're using? rsync? Richard ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
