diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 14:27:21 +0100 |
commit | 114c8a8fb488cbe39507edb75c51198a4b9e8b24 (patch) | |
tree | 7acc2667122984f8fa6565853bb747e8328558ec /sshd_config.5 | |
parent | 8679c96f74ee7dbea6c15c764b036fbab7372740 (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: 2014-10-07
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 2843048f1..58997d3fe 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -447,6 +447,11 @@ or | |||
447 | .Dq no . | 447 | .Dq no . |
448 | The default is | 448 | The default is |
449 | .Dq delayed . | 449 | .Dq delayed . |
450 | .It Cm DebianBanner | ||
451 | Specifies whether the distribution-specified extra version suffix is | ||
452 | included during initial protocol handshake. | ||
453 | The default is | ||
454 | .Dq yes . | ||
450 | .It Cm DenyGroups | 455 | .It Cm DenyGroups |
451 | This keyword can be followed by a list of group name patterns, separated | 456 | This keyword can be followed by a list of group name patterns, separated |
452 | by spaces. | 457 | by spaces. |