BackupPC-users

Re: [BackupPC-users] Problem with key generation in Ubuntu 8.04 (LTS)

2010-03-11 13:58:25
Subject: Re: [BackupPC-users] Problem with key generation in Ubuntu 8.04 (LTS)
From: Luis Paulo <luis.barbas AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 11 Mar 2010 18:56:46 +0000
:)
So,
you may tell us exactly the scp command you are trying (or use ssh-copy-id command instead, which I recommend).

I would still try to connect between two non root users to see if it also doesn't work

Are you creating rsa files with or without password?

Wrong permissions for the .ssh dir may also be the problem.
$ chmod 700 ~/.ssh
$ chmod 600 ~/.ssh/authorized_keys
Remember to restart ssh after changes :)

maybe show us your client /etc/ssh/sshd_config if none of the above helps/work (check for AllowUsers directives, etc)

Luis

PS: I guess you are planning to use
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';


On Thu, Mar 11, 2010 at 2:48 PM, Kenneth L. Owen <tx836519 AT bellsouth DOT net> wrote:
Hi Luis,

I thought you had the answer!  But when I checked, I found the files are
set to allow root logon.  -- ken
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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/