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-08-24 17:49:07 +0100
commit905ffae23105d59b013aac809da6195d231b0395 (patch)
tree2842020fb02755a11cfd4f88aaacd233ca66dfa4 /sshd_config.5
parent97c5d99b8d1957d5a29ca34157a9bfe2ed5c7003 (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-08-24 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 0fbbccbde..96a69ab55 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -532,6 +532,11 @@ or
532.Cm no . 532.Cm no .
533The default is 533The default is
534.Cm yes . 534.Cm yes .
535.It Cm DebianBanner
536Specifies whether the distribution-specified extra version suffix is
537included during initial protocol handshake.
538The default is
539.Cm yes .
535.It Cm DenyGroups 540.It Cm DenyGroups
536This keyword can be followed by a list of group name patterns, separated 541This keyword can be followed by a list of group name patterns, separated
537by spaces. 542by spaces.