Re: [BackupPC-users] ssh and Mac 10.12 Sierra

2016-11-29 Thread Adam Goryachev
On 30/11/16 07:57, Michael Conner wrote: > On Nov 29, 2016, at 2:22 PM, Michael Stowe > wrote: >> On 2016-11-29 13:54, Michael Conner wrote: >>> It was just an upgrade from 10.11, with which I had no problem. It was >>> running 10.11 when I redid the server to Centos

Re: [BackupPC-users] Find all the hosts that did a full backup last night. And then report the time

2016-11-29 Thread Carl Wilhelm Soderstrom
On 11/29 12:46 , Kris Lou wrote: > Perhaps link that to the existing BackupPC github page? One of the page admins would have to do so. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com --

Re: [BackupPC-users] Find all the hosts that did a full backup last night. And then report the time

2016-11-29 Thread Kris Lou
Perhaps link that to the existing BackupPC github page? Kris Lou k...@themusiclink.net On Mon, Nov 28, 2016 at 11:09 PM, Brent Clark wrote: > Hi Carl > > Thank you *ever* so much. > > > Many thanks. > > Regards > > Brent Clark > > > > On 28/11/2016 17:00, Carl

Re: [BackupPC-users] ssh and Mac 10.12 Sierra

2016-11-29 Thread Michael Conner
After permitting root log in the sshd_config file, I changed "ssh-keygen -t dsa” to "ssh-keygen -t rsa” and did the key copy with "ssh-copy-id -i .ssh/id_rsa.pub root@host_to_backup” Then I could do an ssh from the BPC server to the mac without password. At first I thought everything was ok as

Re: [BackupPC-users] ssh and Mac 10.12 Sierra

2016-11-29 Thread Michael Conner
Some more internet searching cleared up the root ssh problem. PermitRootLogin in sshd_config was set to the default of prohibit password. I got that changed to allow root login with password. However, now I am at the point of needing to get the key working properly. I’m not much of a linux

Re: [BackupPC-users] ssh and Mac 10.12 Sierra

2016-11-29 Thread Michael Stowe
On 2016-11-29 13:54, Michael Conner wrote: > It was just an upgrade from 10.11, with which I had no problem. It was > running 10.11 when I redid the server to Centos 7 and the key exchange > worked ok. What I don’t get is why I can’t manually ssh into root but > I can into another user. Until that

Re: [BackupPC-users] ssh and Mac 10.12 Sierra

2016-11-29 Thread Michael Conner
It was just an upgrade from 10.11, with which I had no problem. It was running 10.11 when I redid the server to Centos 7 and the key exchange worked ok. What I don’t get is why I can’t manually ssh into root but I can into another user. Until that changes, I don’t know if I also have a key

Re: [BackupPC-users] ssh and Mac 10.12 Sierra

2016-11-29 Thread Phil Kennedy
How far of a jump in upgrade did you make to get to Sierra? Apple switched over the sshd_config to use Authorized_keys rather than Authorized_keys2 as the home for trusted keypairs several versions ago. Verify that your sshd config is really doing what you are expecting it to do. WRT key based