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-10-07 14:27:21 +0100
commit114c8a8fb488cbe39507edb75c51198a4b9e8b24 (patch)
tree7acc2667122984f8fa6565853bb747e8328558ec /sshd_config.5
parent8679c96f74ee7dbea6c15c764b036fbab7372740 (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: 2014-10-07 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 2843048f1..58997d3fe 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -447,6 +447,11 @@ or
447.Dq no . 447.Dq no .
448The default is 448The default is
449.Dq delayed . 449.Dq delayed .
450.It Cm DebianBanner
451Specifies whether the distribution-specified extra version suffix is
452included during initial protocol handshake.
453The default is
454.Dq yes .
450.It Cm DenyGroups 455.It Cm DenyGroups
451This keyword can be followed by a list of group name patterns, separated 456This keyword can be followed by a list of group name patterns, separated
452by spaces. 457by spaces.