BackupPC-users

Re: [BackupPC-users] Backuppc won't backup a remote system

2014-05-29 11:17:10
Subject: Re: [BackupPC-users] Backuppc won't backup a remote system
From: TN <axaly AT yahoo DOT fr>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 29 May 2014 17:15:33 +0200
        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. [email protected])

and then try
ssh user@remote-host (e.g. [email protected])
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/