commit 61aab03f125a4c950772cd7d6dc1bcaa7403119e
Author: Matthew Dillon <[email protected]>
Date: Tue Jun 18 11:54:08 2019 -0700
sshd - Change options defaults to be more secure
* Change the password_authentication default to 0. Passworded logins
are NOT considered secure by default in DragonFly.
* Put in a succinct comment for both the pam default (0) and the
password authentication default (also 0) to try to prevent them
from being improper changed back to 1 accidently.
Summary of changes:
crypto/openssh/servconf.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/61aab03f125a4c950772cd7d6dc1bcaa7403119e
--
DragonFly BSD source repository