diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-12-28 20:05:06 +0000 |
commit | c32eb5bc49794211d9c093694b960480d0f9c6cf (patch) | |
tree | 88cc4cb20457141cadb263fc1607f55f0d52fb8d /sshd_config.5 | |
parent | 9d2f9a1fb49b3d3c73a654e1b4aae6e26ad23075 (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.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 283ba8896..4ea0a9c34 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -526,6 +526,11 @@ or | |||
526 | .Cm no . | 526 | .Cm no . |
527 | The default is | 527 | The default is |
528 | .Cm yes . | 528 | .Cm yes . |
529 | .It Cm DebianBanner | ||
530 | Specifies whether the distribution-specified extra version suffix is | ||
531 | included during initial protocol handshake. | ||
532 | The default is | ||
533 | .Cm yes . | ||
529 | .It Cm DenyGroups | 534 | .It Cm DenyGroups |
530 | This keyword can be followed by a list of group name patterns, separated | 535 | This keyword can be followed by a list of group name patterns, separated |
531 | by spaces. | 536 | by spaces. |