diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-03-29 01:40:55 +0100 |
commit | ddf05e4adc7feda2421bdf641bab79b76c1a918e (patch) | |
tree | 1d230ca6a447222e333cd58d977c32f6e87efef3 /sshd_config.5 | |
parent | 8f127a3c84d2eae8d1fb5529887c880c22c5cf75 (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 41ec66887..5f316481a 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. |