git: sshd - Fix default password authentication

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Mar 17 15:50:49 PDT 2017


commit 1cb3a32c13b1be5bb146cb685a2edbfce5598c19
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Mar 17 15:47:52 2017 -0700

    sshd - Fix default password authentication
    
    * The default for PasswordAuthentication somehow got reverted to
      being enabled.
    
    * Disable PasswordAuthentication by default.
    
    * Uncomment PasswordAuthentication in the default sshd_config,
      defaulting to 'no', and always overriding sshd's own defaults.

Summary of changes:
 crypto/openssh/readconf.c  | 2 +-
 crypto/openssh/sshd_config | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1cb3a32c13b1be5bb146cb685a2edbfce5598c19


-- 
DragonFly BSD source repository


More information about the Commits mailing list