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

------------------------------------------------------------------------------
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/

Reply via email to