diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-04 13:54:48 +0100 |
commit | ae96c03ce51af2c529bfa2f2de57f4fa938ea552 (patch) | |
tree | b3968069b9eca037dfcfa1595073dc24b803e1ca /sshd_config.5 | |
parent | 326b09bce8058629980cc92f289fd7912269eb98 (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: 2017-10-04
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 7db255522..41e8c9399 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -530,6 +530,11 @@ or | |||
530 | .Cm no . | 530 | .Cm no . |
531 | The default is | 531 | The default is |
532 | .Cm yes . | 532 | .Cm yes . |
533 | .It Cm DebianBanner | ||
534 | Specifies whether the distribution-specified extra version suffix is | ||
535 | included during initial protocol handshake. | ||
536 | The default is | ||
537 | .Cm yes . | ||
533 | .It Cm DenyGroups | 538 | .It Cm DenyGroups |
534 | This keyword can be followed by a list of group name patterns, separated | 539 | This keyword can be followed by a list of group name patterns, separated |
535 | by spaces. | 540 | by spaces. |