git: Revert "sshd(8): Add USE_PAM handling defaults."

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jun 18 11:53:40 PDT 2019


commit b0041c5566a94f0ca5b56deb0cbe913ee3ae8513
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Jun 18 11:49:32 2019 -0700

    Revert "sshd(8): Add USE_PAM handling defaults."
    
    We really did not intend to turn on passworded logins or pam by default.
    They need to be turned off by default so the sshd_config is secure by
    default.  PAM generally allows passworded logins which we do not consider
    secure by default.
    
    This reverts commit 19523637df5f6eb42b41f3dee51bd5d7c25d2219.

Summary of changes:
 crypto/openssh/servconf.c | 8 --------
 1 file changed, 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b0041c5566a94f0ca5b56deb0cbe913ee3ae8513


-- 
DragonFly BSD source repository



More information about the Commits mailing list