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>2016-08-07 12:18:43 +0100
commit277ad2acedde81dce324e711da116d100b47f445 (patch)
treec1f6897cdf21a4dc38d4ac1b0751d426a853583e /sshd_config.5
parentc8105413361d3c97b6a2f72c9f1c85da830bed2c (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: 2015-11-29 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 e05cdbef5..ac9b1f032 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -541,6 +541,11 @@ or
541.Dq no . 541.Dq no .
542The default is 542The default is
543.Dq delayed . 543.Dq delayed .
544.It Cm DebianBanner
545Specifies whether the distribution-specified extra version suffix is
546included during initial protocol handshake.
547The default is
548.Dq yes .
544.It Cm DenyGroups 549.It Cm DenyGroups
545This keyword can be followed by a list of group name patterns, separated 550This keyword can be followed by a list of group name patterns, separated
546by spaces. 551by spaces.