On 29/05/14 17:15, TN wrote: > Hello Joep, > > Just a small addition to David's procedure. > > To create SSH public/private keys *WITHOUT__*password with the linux > command "ssh-keygen -t rsa", press just *ENTER *when this command ask : > /Enter passphrase (empty for no passphrase):// > //Enter same passphrase again:/ > > To understand the public key private key concepts, you can read this > note (for example) : > http://blakesmith.me/2010/02/08/understanding-public-key-private-key-concepts.html > > Best Regards, > > Tan > > Le 29/05/2014 13:25, David Kuntadi a écrit : >> Login to backup server and do the following: >> >> su backuppc (and key in password) >> ssh-keygen -t rsa >> ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote-host (e.g.joep@192.168.0.20) >> >> and then try >> ssh user@remote-host (e.g.joep@192.168.0.20) >> make sure it login without asking password. >> >> DK > > David and Tan, Thanks for the quick reply. I assume I have to login to the backup server as root and then generate the keys as backuppc has no password for logging in as user backuppc. Tan, thanks for the tip. U assume that will work although I don't understand why backuppc backs up my local station the one I log on as joep) where the backuppc is running. I'm planning to completely reshuffle this system by splitting it in a workstation and virtual server (using vmwar, virtualbox or kvm) as that can run headless and presumably will be much faster. There I can run apache, backuppc, vpnserver, etc. But first this problem must be solved. Joep
------------------------------------------------------------------------------ Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet _______________________________________________ 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/