diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2020-02-21 12:08:02 +0000 |
commit | 7d20d00ea24ec0c3fffacc80ab271d0699d198c6 (patch) | |
tree | 2a59419afa18a01c9f1982fad485111e1d4fd6ac /sshd_config.5 | |
parent | a4f868858c3395cacb59c58786b501317b9a3d03 (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: 2020-02-21
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 ebd09f891..c926f584c 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -542,6 +542,11 @@ or | |||
542 | .Cm no . | 542 | .Cm no . |
543 | The default is | 543 | The default is |
544 | .Cm yes . | 544 | .Cm yes . |
545 | .It Cm DebianBanner | ||
546 | Specifies whether the distribution-specified extra version suffix is | ||
547 | included during initial protocol handshake. | ||
548 | The default is | ||
549 | .Cm yes . | ||
545 | .It Cm DenyGroups | 550 | .It Cm DenyGroups |
546 | This keyword can be followed by a list of group name patterns, separated | 551 | This keyword can be followed by a list of group name patterns, separated |
547 | by spaces. | 552 | by spaces. |