summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorKees Cook <kees@debian.org>2014-02-09 16:10:06 +0000
committerColin Watson <cjwatson@debian.org>2019-06-05 13:11:52 +0100
commit085c44daefaee16df97e1b2a0967b2140cc86de0 (patch)
tree4db0ecfc67c71202126eda6812fac6e49fa20f97 /sshd_config.5
parent85e700a732e9a308eeee67f5a284e19fd6befbb8 (diff)
Add DebianBanner server configuration option
Setting this to "no" causes sshd to omit the Debian revision from its initial protocol handshake, for those scared by package-versioning.patch. Bug-Debian: http://bugs.debian.org/562048 Forwarded: not-needed Last-Update: 2019-06-05 Patch-Name: debian-banner.patch
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.55
1 files changed, 5 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 2ef671d1b..addea54a0 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -543,6 +543,11 @@ or
543.Cm no . 543.Cm no .
544The default is 544The default is
545.Cm yes . 545.Cm yes .
546.It Cm DebianBanner
547Specifies whether the distribution-specified extra version suffix is
548included during initial protocol handshake.
549The default is
550.Cm yes .
546.It Cm DenyGroups 551.It Cm DenyGroups
547This keyword can be followed by a list of group name patterns, separated 552This keyword can be followed by a list of group name patterns, separated
548by spaces. 553by spaces.