History log of /freebsd-11-stable/crypto/openssh/sshd_config.5
Revision Date Author Comments
# 323136 02-Sep-2017 des

MFH (r322052): Upgrade OpenSSH to 7.5p1.


# 323134 02-Sep-2017 des

MFH (r314306,r314720): Upgrade OpenSSH to 7.4p1.


# 323129 02-Sep-2017 des

MFH (r314527,r314576,r314601,r317998): Upgrade OpenSSH to 7.3p1.


# 311915 11-Jan-2017 delphij

MFC r311914: MFV r311913:

Fix multiple OpenSSH vulnerabilities.

Submitted by: des
Approved by: so


# 305476 06-Sep-2016 lidl

MFC r305065: Add refactored blacklist support to sshd

Change the calls to of blacklist_init() and blacklist_notify to be
macros defined in the blacklist_client.h file. This avoids
the need for #ifdef USE_BLACKLIST / #endif except in the
blacklist.c file.

Remove redundent initialization attempts from within
blacklist_notify - everything always goes through
blacklistd_init().

Added UseBlacklist option to sshd, which defaults to off.
To enable the functionality, use '-o UseBlacklist=yes' on
the command line, or uncomment in the sshd_config file.

Approved by: des
Sponsored by: The FreeBSD Foundation


# 303770 05-Aug-2016 des

MFH (r303716, r303719): drop SSH1 support, disable DSA by default

PR: 208254
Approved by: re (gjb)
Relnotes: yes