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>2015-08-19 16:33:33 +0100
commit2c31a85436f1eac46e185382c2aa15406ae6c0ac (patch)
tree1e1d154c7a938f129e6fad6ce27e63ebb8a19be8 /sshd_config.5
parent9f6aded97671ee8b9164f0524b3ac622d827dcde (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-08-19 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 d14576e69..ec58635d9 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -476,6 +476,11 @@ or
476.Dq no . 476.Dq no .
477The default is 477The default is
478.Dq delayed . 478.Dq delayed .
479.It Cm DebianBanner
480Specifies whether the distribution-specified extra version suffix is
481included during initial protocol handshake.
482The default is
483.Dq yes .
479.It Cm DenyGroups 484.It Cm DenyGroups
480This keyword can be followed by a list of group name patterns, separated 485This keyword can be followed by a list of group name patterns, separated
481by spaces. 486by spaces.