diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-09 23:43:41 +0000 |
commit | e1e1e23ca98c59a031217da0ea50b70de5427683 (patch) | |
tree | c654229a31850cdb0b2ac46ca1366deca9b410b5 /sshd_config.5 | |
parent | 893bd5a6f70b58e1ed98d496c4f465d8c1df71a7 (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: 2013-09-14
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 e29604ad5..50eec53ab 100644 --- a/sshd_config.5 +++ b/sshd_config.5 | |||
@@ -404,6 +404,11 @@ or | |||
404 | .Dq no . | 404 | .Dq no . |
405 | The default is | 405 | The default is |
406 | .Dq delayed . | 406 | .Dq delayed . |
407 | .It Cm DebianBanner | ||
408 | Specifies whether the distribution-specified extra version suffix is | ||
409 | included during initial protocol handshake. | ||
410 | The default is | ||
411 | .Dq yes . | ||
407 | .It Cm DenyGroups | 412 | .It Cm DenyGroups |
408 | This keyword can be followed by a list of group name patterns, separated | 413 | This keyword can be followed by a list of group name patterns, separated |
409 | by spaces. | 414 | by spaces. |