commit 4bde49b71e31daca1872f938e6f2c2e132cbc396
Author: Peter Avalos <[email protected]>
Date: Sat Aug 13 13:49:59 2016 -0700
sshd(8): Disable tunneled cleartext passwords.
This was previously our default that got wiped away when I removed our
local changes to OpenSSH. It's unlikely that anyone running master saw
any change to their sshd behavior, because they likely had the
PasswordAuthentication line uncommented in their configuration file.
Summary of changes:
crypto/openssh/README.DRAGONFLY | 1 +
crypto/openssh/servconf.c | 2 +-
crypto/openssh/sshd_config | 10 +++++++---
crypto/openssh/sshd_config.5 | 4 ++--
crypto/openssh/version.h | 2 ++
5 files changed, 13 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4bde49b71e31daca1872f938e6f2c2e132cbc396
--
DragonFly BSD source repository