commit e2b8907df11632c6bc7455f25dd7f17b841edfe0
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/e2b8907df11632c6bc7455f25dd7f17b841edfe0
--
DragonFly BSD source repository