Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Marty
Mark Cockrell wrote: Les Mikesell wrote: On Wed, 2005-08-24 at 08:10, Mark Cockrell wrote: debug1: Next authentication method: publickey debug1: Trying private key: /home/backuppc/.ssh/identity debug1: Offering public key: /home/backuppc/.ssh/id_rsa debug1: Authentications that can continue

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Mark Cockrell
Les Mikesell wrote: On Wed, 2005-08-24 at 15:09, Mark Cockrell wrote: Do these lines from /var/log/messages help? Aug 24 15:01:23 warrior sshd(pam_unix)[5711]: authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=10.0.0.7 user=root Aug 24 1

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Les Mikesell
On Wed, 2005-08-24 at 15:09, Mark Cockrell wrote: > > > Do these lines from /var/log/messages help? > > Aug 24 15:01:23 warrior sshd(pam_unix)[5711]: authentication failure; > logname= uid=0 euid=0 tty=ssh ruser= rhost=10.0.0.7 user=root > Aug 24 15:01:23 warrior sshd[5711]: pam_ldap: error tr

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Mark Cockrell
Les Mikesell wrote: On Wed, 2005-08-24 at 14:27, Mark Cockrell wrote: I have done that repeatedly. I even went so far as to physically copy the id_rsa file from the BackupPC server to the client rename it authorized_keys2. I don't know why it's not able to match them up.

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread mna.news
Le mercredi 24 Août 2005 21:27, Mark Cockrell a écrit : >> [..} > >is, the private /home/backuppc/.ssh/id_rsa didn't go with the > >copy of id_rsa.pub that you should have appended to the > >remote /root/.ssh/authorized_keys2. If you think you did this > >right, I'd start over from scratch and gen

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Les Mikesell
On Wed, 2005-08-24 at 14:27, Mark Cockrell wrote: > I have done that repeatedly. I even went so far as to physically > copy the id_rsa file from the BackupPC server to the client rename it > authorized_keys2. I don't know why it's not able to match them up. You want to keep the id_rsa file

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Mark Cockrell
Les Mikesell wrote: On Wed, 2005-08-24 at 08:10, Mark Cockrell wrote: debug1: Next authentication method: publickey debug1: Trying private key: /home/backuppc/.ssh/identity debug1: Offering public key: /home/backuppc/.ssh/id_rsa debug1: Authentications that can continue: publickey,

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Les Mikesell
On Wed, 2005-08-24 at 07:51, Mark Cockrell wrote: > > Did you try passwordless login with the -v option? This should indicate any > > errors. Errors are also logged to a log file, but I don't recall which one. > > > > > Ah, good call. When I do that I get the following error message. Any

Re: [BackupPC-users] A little help with SSH

2005-08-24 Thread Mark Cockrell
Date: Tue, 23 Aug 2005 13:42:45 -0400 From: Marty <[EMAIL PROTECTED]> To: backuppc-users@lists.sourceforge.net Subject: Re: [BackupPC-users] A little help with SSH Mark Cockrell wrote: > Les Mikesell wrote: > >>On Tue, 2005-08-23 at 11:35, M

Re: [BackupPC-users] A little help with SSH

2005-08-23 Thread Marty
Mark Cockrell wrote: Les Mikesell wrote: On Tue, 2005-08-23 at 11:35, Mark Cockrell wrote: You need to be able to ssh from the backuppc server as the user backuppc (or whatever the server uses) to the client as root without the password prompt. Right, I knew that. What I don't

Re: [BackupPC-users] A little help with SSH

2005-08-23 Thread Mark Cockrell
Les Mikesell wrote: On Tue, 2005-08-23 at 11:35, Mark Cockrell wrote: You need to be able to ssh from the backuppc server as the user backuppc (or whatever the server uses) to the client as root without the password prompt. Right, I knew that. What I d

Re: [BackupPC-users] A little help with SSH

2005-08-23 Thread Les Mikesell
On Tue, 2005-08-23 at 11:35, Mark Cockrell wrote: > > You need to be able to ssh from the backuppc server as the user > > backuppc (or whatever the server uses) to the client as root without > > the password prompt. > > > > > Right, I knew that. What I don't understand is why I can't get roo

Re: [BackupPC-users] A little help with SSH

2005-08-23 Thread max
Mark Cockrell wrote: >> >> > Right, I knew that. What I don't understand is why I can't get root > access without a password any more. Any thoughts? > >C-ya, > try this: in the backuppc-box # su - root # ssh-copy-id -i .ssh/id_dsa.pub [EMAIL PROTECTED] that should works ciao MaX

Re: [BackupPC-users] A little help with SSH

2005-08-23 Thread Mark Cockrell
Les Mikesell wrote: On Tue, 2005-08-23 at 10:30, max wrote: Mark Cockrell wrote: BackupPC machine I'm asked for a password. I haven't changed anything and I don't have any idea what could have happened. I deleted /root/.ssh and did the whole thing over again,

Re: [BackupPC-users] A little help with SSH

2005-08-23 Thread Les Mikesell
On Tue, 2005-08-23 at 10:30, max wrote: > Mark Cockrell wrote: > > > BackupPC machine I'm asked for a password. I haven't changed > > anything and I don't have any idea what could have happened. I > > deleted /root/.ssh and did the whole thing over again, but I'm still > > being prompted for a

Re: [BackupPC-users] A little help with SSH

2005-08-23 Thread max
Mark Cockrell wrote: > BackupPC machine I'm asked for a password. I haven't changed > anything and I don't have any idea what could have happened. I > deleted /root/.ssh and did the whole thing over again, but I'm still > being prompted for a password. What small detail could I be overlooking?

[BackupPC-users] A little help with SSH

2005-08-23 Thread Mark Cockrell
Hello all, I need a little help here. While trying to get tar over ssh to work on my BackupPC server I followed the instructions at this URL (http://backuppc.sourceforge.net/faq/ssh.html) to the letter. Everything worked perfectly for a while. For some reason this weekend it stopped work