summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-01-16 00:07:00 +0000
committerColin Watson <cjwatson@debian.org>2010-01-16 00:07:00 +0000
commit730e12063b532f59292af38f584d84127a77ebdd (patch)
tree0fe553bd04207ffde728f350a1f21dfb5966bf14 /sshd_config.5
parent5df50c6ed93365589bbcfb6a1925828b1273c7a9 (diff)
Implement DebianBanner server configuration flag that can be set to "no"
to allow sshd to run without the Debian-specific extra version in the initial protocol handshake (closes: #562048).
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 d30ad2ed1..0d2e0c3da 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -314,6 +314,11 @@ or
314.Dq no . 314.Dq no .
315The default is 315The default is
316.Dq delayed . 316.Dq delayed .
317.It Cm DebianBanner
318Specifies whether the distribution-specified extra version suffix is
319included during initial protocol handshake.
320The default is
321.Dq yes .
317.It Cm DenyGroups 322.It Cm DenyGroups
318This keyword can be followed by a list of group name patterns, separated 323This keyword can be followed by a list of group name patterns, separated
319by spaces. 324by spaces.