Re: [BackupPC-users] stumped by ssh

2012-10-13 Thread Robert E. Wooden
I still haven't figured this out so I ran the following: admin@wdnbkup01:~$ su backuppc Password: $ ssh -vvv root@bob-desktop2 OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19:

Re: [BackupPC-users] stumped by ssh

2012-10-13 Thread Robert E. Wooden
I work nights, so, last night when I got home I sent my previous email. This morning I got up early and while (software) updating my backuppc server I decided to try sudo -u backuppc /usr/share/backuppc/BackupPC_dump -v -f [clienthostname] and the client is backup as I write this. What

Re: [BackupPC-users] stumped by ssh

2012-10-13 Thread Tyler J. Wagner
On 2012-10-13 14:33, Robert E. Wooden wrote: What happened, I am asking myself. Last night I was running ssh -vvv [clienthostname] to test my ssh connection. ssh was 'complaining' that I had some bad lines in my /var/lib/backuppc/.ssh/known_hosts file. I removed those 'bad lines' with

Re: [BackupPC-users] stumped by ssh

2012-10-13 Thread Robert E. Wooden
I'll keep this for future reference. Thanks! Robert Wooden Nashville, TN. USA Computer Freedom? . . . Linux On 10/13/2012 10:08 AM, Tyler J. Wagner wrote: On 2012-10-13 14:33, Robert E. Wooden wrote: What happened, I am asking myself. Last night I was running ssh -vvv [clienthostname] to

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Robert E. Wooden
Yes, when I ran ssh -l root [clientip] whoami I was indeed backuppc user. Thanks Les Mikesell and Richard Shaw. Ray Frush, I ran admin@wdnbkup01:~$ sudo -u backuppc rsync -aP root@[myclientip]:/tmp /tmp/client [sudo] password for admin: receiving incremental file list created

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Pedro M. S. Oliveira
Hi, If you are using a redhat 6 or one of it's clients check if you're using selinux. If so configure it's policies to allow ssh with keys loggin or put it in permissive mode. Check redhat documentation for details. Cheers, Pedro Oliveira http://www.linux-geex.com On Oct 10, 2012 6:25 PM, Robert

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Ray Frush
On Thu, Oct 11, 2012 at 12:34 AM, Robert E. Wooden rbrte...@comcast.netwrote: I ran admin@wdnbkup01:~$ sudo -u backuppc rsync -aP root@[myclientip]:/tmp /tmp/client [sudo] password for admin: receiving incremental file list created directory /tmp/client I was hoping for some kind of

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Robert E. Wooden
Thanks everyone. I will add that I am not running SELinux nor am I running ufw (Ubuntu firewall.) I am an Ubuntu OS house. I have even considered a ssh blacklist but, I cannot find one anywhere (unless I am looking in the wrong directories.) I am beginning to consider possible hardware

Re: [BackupPC-users] stumped by ssh

2012-10-11 Thread Les Mikesell
On Thu, Oct 11, 2012 at 11:13 AM, Robert E. Wooden rbrte...@comcast.net wrote: Thanks everyone. I will add that I am not running SELinux nor am I running ufw (Ubuntu firewall.) I am an Ubuntu OS house. I have even considered a ssh blacklist but, I cannot find one anywhere (unless I am

[BackupPC-users] stumped by ssh

2012-10-10 Thread Robert E. Wooden
I have been using Backuppc for a few years now. Recently I upgraded my machine to newer, faster hardware. Hence, I have experience exchanging ssh keys, etc. It seems I have one client that refuses to connect via ssh. When I exchanged keys and ran ssh -l root /[clientip]/ whoami the client

Re: [BackupPC-users] stumped by ssh

2012-10-10 Thread Les Mikesell
On Wed, Oct 10, 2012 at 12:19 PM, Robert E. Wooden rbrte...@comcast.net wrote: I have been using Backuppc for a few years now. Recently I upgraded my machine to newer, faster hardware. Hence, I have experience exchanging ssh keys, etc. It seems I have one client that refuses to connect via

Re: [BackupPC-users] stumped by ssh

2012-10-10 Thread Ray Frush
What happens when you run sudo -u backuppc rsync -aP root@client:/tmp /tmp/client On Wed, Oct 10, 2012 at 11:19 AM, Robert E. Wooden rbrte...@comcast.netwrote: I have been using Backuppc for a few years now. Recently I upgraded my machine to newer, faster hardware. Hence, I have

Re: [BackupPC-users] stumped by ssh

2012-10-10 Thread Richard Shaw
On Wed, Oct 10, 2012 at 12:19 PM, Robert E. Wooden rbrte...@comcast.net wrote: I have been using Backuppc for a few years now. Recently I upgraded my machine to newer, faster hardware. Hence, I have experience exchanging ssh keys, etc. It seems I have one client that refuses to connect via