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-02-29 12:34:03 +0000
commit3c79e49a4fbd8e4c84f6af6f1173563bda8b273b (patch)
treecdaa60672213a3389915628ea13a5cc827822214 /sshd_config.5
parentf7587633dc374db82455fe7a3fa921de5c4a897b (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 bc79a6636..b56564044 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -534,6 +534,11 @@ or
534.Dq no . 534.Dq no .
535The default is 535The default is
536.Dq delayed . 536.Dq delayed .
537.It Cm DebianBanner
538Specifies whether the distribution-specified extra version suffix is
539included during initial protocol handshake.
540The default is
541.Dq yes .
537.It Cm DenyGroups 542.It Cm DenyGroups
538This keyword can be followed by a list of group name patterns, separated 543This keyword can be followed by a list of group name patterns, separated
539by spaces. 544by spaces.