diff options
author | Colin Watson <cjwatson@debian.org> | 2010-01-16 00:07:00 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-01-16 00:07:00 +0000 |
commit | 730e12063b532f59292af38f584d84127a77ebdd (patch) | |
tree | 0fe553bd04207ffde728f350a1f21dfb5966bf14 /sshd_config.5 | |
parent | 5df50c6ed93365589bbcfb6a1925828b1273c7a9 (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.5 | 5 |
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 . |
315 | The default is | 315 | The default is |
316 | .Dq delayed . | 316 | .Dq delayed . |
317 | .It Cm DebianBanner | ||
318 | Specifies whether the distribution-specified extra version suffix is | ||
319 | included during initial protocol handshake. | ||
320 | The default is | ||
321 | .Dq yes . | ||
317 | .It Cm DenyGroups | 322 | .It Cm DenyGroups |
318 | This keyword can be followed by a list of group name patterns, separated | 323 | This keyword can be followed by a list of group name patterns, separated |
319 | by spaces. | 324 | by spaces. |