git: DragonFly_RELEASE_4_8 sshd - Fix default password authentication

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Mar 17 15:52:09 PDT 2017


commit 88828e76e7d1ff613cbdfc32aeb5e35cc6ffde30
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/88828e76e7d1ff613cbdfc32aeb5e35cc6ffde30


-- 
DragonFly BSD source repository


More information about the Commits mailing list