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-01-04 13:43:53 +0000
commit464ae832806fca916694b51c0bc996af1cac7057 (patch)
tree85cd53505bf361d6f5b88ca42bdd5e9f7fc80b2b /sshd_config.5
parent83ae676c1f711bcdd7cd243d677c7eb6e91d84ac (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 c8ee35dfc..b149bd3f7 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -533,6 +533,11 @@ or
533.Dq no . 533.Dq no .
534The default is 534The default is
535.Dq delayed . 535.Dq delayed .
536.It Cm DebianBanner
537Specifies whether the distribution-specified extra version suffix is
538included during initial protocol handshake.
539The default is
540.Dq yes .
536.It Cm DenyGroups 541.It Cm DenyGroups
537This keyword can be followed by a list of group name patterns, separated 542This keyword can be followed by a list of group name patterns, separated
538by spaces. 543by spaces.