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>2020-10-18 12:07:21 +0100
commit6353ee79cc71ef33a0a34d2d769a5fe327f6260d (patch)
treeaea45e4915495e264f5f0c42b77a4a59df700b29 /sshd_config.5
parent707144d399b9fc959a4f6be3fd8e239c208c88ff (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: 2020-06-07 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 6457620bb..33dc0c675 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -540,6 +540,11 @@ or
540.Cm no . 540.Cm no .
541The default is 541The default is
542.Cm yes . 542.Cm yes .
543.It Cm DebianBanner
544Specifies whether the distribution-specified extra version suffix is
545included during initial protocol handshake.
546The default is
547.Cm yes .
543.It Cm DenyGroups 548.It Cm DenyGroups
544This keyword can be followed by a list of group name patterns, separated 549This keyword can be followed by a list of group name patterns, separated
545by spaces. 550by spaces.