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-04-03 08:26:37 +0100
commit39e593d349cde42b6b5aac669a42eb1749ef70af (patch)
tree278f53d6bb8100b8a583f89dbf57b5625cebf518 /sshd_config.5
parent52359fc0d6ee73ee6e24332b2777dc8abdaed652 (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 1a1c6dd09..45044a70f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -531,6 +531,11 @@ or
531.Cm no . 531.Cm no .
532The default is 532The default is
533.Cm yes . 533.Cm yes .
534.It Cm DebianBanner
535Specifies whether the distribution-specified extra version suffix is
536included during initial protocol handshake.
537The default is
538.Cm yes .
534.It Cm DenyGroups 539.It Cm DenyGroups
535This keyword can be followed by a list of group name patterns, separated 540This keyword can be followed by a list of group name patterns, separated
536by spaces. 541by spaces.