diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-05 13:11:52 +0100 |
commit | 085c44daefaee16df97e1b2a0967b2140cc86de0 (patch) | |
tree | 4db0ecfc67c71202126eda6812fac6e49fa20f97 /sshd_config.5 | |
parent | 85e700a732e9a308eeee67f5a284e19fd6befbb8 (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: 2019-06-05
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 2ef671d1b..addea54a0 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -543,6 +543,11 @@ or | |||
543 | .Cm no . | 543 | .Cm no . |
544 | The default is | 544 | The default is |
545 | .Cm yes . | 545 | .Cm yes . |
546 | .It Cm DebianBanner | ||
547 | Specifies whether the distribution-specified extra version suffix is | ||
548 | included during initial protocol handshake. | ||
549 | The default is | ||
550 | .Cm yes . | ||
546 | .It Cm DenyGroups | 551 | .It Cm DenyGroups |
547 | This keyword can be followed by a list of group name patterns, separated | 552 | This keyword can be followed by a list of group name patterns, separated |
548 | by spaces. | 553 | by spaces. |