diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-04 13:54:48 +0100 |
commit | ae96c03ce51af2c529bfa2f2de57f4fa938ea552 (patch) | |
tree | b3968069b9eca037dfcfa1595073dc24b803e1ca /servconf.h | |
parent | 326b09bce8058629980cc92f289fd7912269eb98 (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: 2017-10-04
Patch-Name: debian-banner.patch
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h index 641e93c8f..410c42754 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -200,6 +200,8 @@ typedef struct { | |||
200 | 200 | ||
201 | int fingerprint_hash; | 201 | int fingerprint_hash; |
202 | int expose_userauth_info; | 202 | int expose_userauth_info; |
203 | |||
204 | int debian_banner; | ||
203 | } ServerOptions; | 205 | } ServerOptions; |
204 | 206 | ||
205 | /* Information about the incoming connection as used by Match */ | 207 | /* Information about the incoming connection as used by Match */ |