mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
sshd: allow UseBlocklist alias for UseBlacklist
blacklistd has been renamed to blocklistd upstream, and a future import into FreeBSD will follow that change. Support the new name as an alias in config files. Reviewed by: bz, delphij MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D25865
This commit is contained in:
parent
3b11655c7e
commit
e426c74375
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363657
@ -660,6 +660,7 @@ static struct {
|
|||||||
{ "rdomain", sRDomain, SSHCFG_ALL },
|
{ "rdomain", sRDomain, SSHCFG_ALL },
|
||||||
{ "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL },
|
{ "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL },
|
||||||
{ "useblacklist", sUseBlacklist, SSHCFG_GLOBAL },
|
{ "useblacklist", sUseBlacklist, SSHCFG_GLOBAL },
|
||||||
|
{ "useblocklist", sUseBlacklist, SSHCFG_GLOBAL }, /* alias */
|
||||||
{ "noneenabled", sUnsupported, SSHCFG_ALL },
|
{ "noneenabled", sUnsupported, SSHCFG_ALL },
|
||||||
{ "hpndisabled", sDeprecated, SSHCFG_ALL },
|
{ "hpndisabled", sDeprecated, SSHCFG_ALL },
|
||||||
{ "hpnbuffersize", sDeprecated, SSHCFG_ALL },
|
{ "hpnbuffersize", sDeprecated, SSHCFG_ALL },
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.282 2018/09/20 03:28:06 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.282 2018/09/20 03:28:06 djm Exp $
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.Dd $Mdocdate: September 20 2018 $
|
.Dd $Mdocdate: July 28 2020 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -1602,6 +1602,11 @@ to the
|
|||||||
daemon.
|
daemon.
|
||||||
The default is
|
The default is
|
||||||
.Cm no .
|
.Cm no .
|
||||||
|
For forward compatibility with an upcoming
|
||||||
|
.Xr blacklistd
|
||||||
|
rename, the
|
||||||
|
.Cm UseBlocklist
|
||||||
|
alias can be used instead.
|
||||||
.It Cm UseDNS
|
.It Cm UseDNS
|
||||||
Specifies whether
|
Specifies whether
|
||||||
.Xr sshd 8
|
.Xr sshd 8
|
||||||
|
Loading…
Reference in New Issue
Block a user