bug#26696: openssh: root 'without-password & password-authentication #f both breaks service

2017-04-30 Thread Chris Marusich
Christopher Allan Webber writes: > --- a/gnu/services/ssh.scm > +++ b/gnu/services/ssh.scm > @@ -342,7 +342,13 @@ The other options should be self-descriptive." > #$(match (openssh-configuration-permit-root-login config) > (#t

bug#26696: openssh: root 'without-password & password-authentication #f both breaks service

2017-04-28 Thread Leo Famulari
On Fri, Apr 28, 2017 at 09:52:12AM -0500, Christopher Allan Webber wrote: > I wanted to permit root logins but only permit public key authentication > in my openssh configuration. This was my original assumption of how to > do it: > > (service openssh-service-type >

bug#26696: openssh: root 'without-password & password-authentication #f both breaks service

2017-04-28 Thread Christopher Allan Webber
I wanted to permit root logins but only permit public key authentication in my openssh configuration. This was my original assumption of how to do it: (service openssh-service-type (openssh-configuration (permit-root-login 'without-password)