git: build - Validate sshd_config
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Mar 17 17:01:50 PDT 2017
commit 4652e16a9a300fa5ce84e52cc8f4755b689663ec
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Mar 17 16:59:45 2017 -0700
build - Validate sshd_config
* Make sure the default sshd_config contains certain lines
that we require. At the moment, this adjustment makes sure
that the sshd_config file has the correct PasswordAuthentication
directive.
* Intended to catch snafus when openssh is updated from the vendor.
Summary of changes:
usr.sbin/sshd/Makefile.etc | 8 ++++++++
usr.sbin/sshd/sshd_config_expect | 1 +
2 files changed, 9 insertions(+)
create mode 100644 usr.sbin/sshd/sshd_config_expect
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4652e16a9a300fa5ce84e52cc8f4755b689663ec
--
DragonFly BSD source repository
More information about the Commits
mailing list