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>2014-02-09 16:18:49 +0000
commit8a75df792931443e868e574408ed1666208a28c2 (patch)
treeed0e6736ececb28ef92b391d212987cc03f770b0 /sshd_config.5
parentda3ff9786c4c03b2aac4936b28f06b3c152e230d (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: 2013-09-14 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 510cc7cb2..eaf8d01a2 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -404,6 +404,11 @@ or
404.Dq no . 404.Dq no .
405The default is 405The default is
406.Dq delayed . 406.Dq delayed .
407.It Cm DebianBanner
408Specifies whether the distribution-specified extra version suffix is
409included during initial protocol handshake.
410The default is
411.Dq yes .
407.It Cm DenyGroups 412.It Cm DenyGroups
408This keyword can be followed by a list of group name patterns, separated 413This keyword can be followed by a list of group name patterns, separated
409by spaces. 414by spaces.