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>2017-10-04 13:54:48 +0100
commitae96c03ce51af2c529bfa2f2de57f4fa938ea552 (patch)
treeb3968069b9eca037dfcfa1595073dc24b803e1ca /sshd_config.5
parent326b09bce8058629980cc92f289fd7912269eb98 (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: 2017-10-04 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 7db255522..41e8c9399 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -530,6 +530,11 @@ or
530.Cm no . 530.Cm no .
531The default is 531The default is
532.Cm yes . 532.Cm yes .
533.It Cm DebianBanner
534Specifies whether the distribution-specified extra version suffix is
535included during initial protocol handshake.
536The default is
537.Cm yes .
533.It Cm DenyGroups 538.It Cm DenyGroups
534This keyword can be followed by a list of group name patterns, separated 539This keyword can be followed by a list of group name patterns, separated
535by spaces. 540by spaces.