diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-09-08 14:50:02 +0100 |
commit | 781bef6cb1a423864072a07c08c9ae95c554b07a (patch) | |
tree | e35e48dc8cf9f93f1ed210a4f02dda8d797ad9cd /sshd_config.5 | |
parent | d0d72d370d0f02c220401029af04065c88055a4c (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-08-19
Patch-Name: debian-banner.patch
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 1269bbd40..a5afbc37e 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -528,6 +528,11 @@ or | |||
528 | .Dq no . | 528 | .Dq no . |
529 | The default is | 529 | The default is |
530 | .Dq delayed . | 530 | .Dq delayed . |
531 | .It Cm DebianBanner | ||
532 | Specifies whether the distribution-specified extra version suffix is | ||
533 | included during initial protocol handshake. | ||
534 | The default is | ||
535 | .Dq yes . | ||
531 | .It Cm DenyGroups | 536 | .It Cm DenyGroups |
532 | This keyword can be followed by a list of group name patterns, separated | 537 | This keyword can be followed by a list of group name patterns, separated |
533 | by spaces. | 538 | by spaces. |