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>2018-10-20 22:54:09 +0100
commita18385c6866da4d69f46b64626ae5d60b4cf4a66 (patch)
tree5f496231f308c3235b00a8f6720f072e17eb3d66 /sshd_config.5
parentb258a00bedcf29200b394c671c6deb1e53157f32 (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: 2018-10-19 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 e7e55dd71..37e6be38f 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.