diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-08-24 17:49:07 +0100 |
commit | 905ffae23105d59b013aac809da6195d231b0395 (patch) | |
tree | 2842020fb02755a11cfd4f88aaacd233ca66dfa4 /sshd_config.5 | |
parent | 97c5d99b8d1957d5a29ca34157a9bfe2ed5c7003 (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: 2018-08-24
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 0fbbccbde..96a69ab55 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -532,6 +532,11 @@ or | |||
532 | .Cm no . | 532 | .Cm no . |
533 | The default is | 533 | The default is |
534 | .Cm yes . | 534 | .Cm yes . |
535 | .It Cm DebianBanner | ||
536 | Specifies whether the distribution-specified extra version suffix is | ||
537 | included during initial protocol handshake. | ||
538 | The default is | ||
539 | .Cm yes . | ||
535 | .It Cm DenyGroups | 540 | .It Cm DenyGroups |
536 | This keyword can be followed by a list of group name patterns, separated | 541 | This keyword can be followed by a list of group name patterns, separated |
537 | by spaces. | 542 | by spaces. |