diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-05 13:11:52 +0100 |
commit | 085c44daefaee16df97e1b2a0967b2140cc86de0 (patch) | |
tree | 4db0ecfc67c71202126eda6812fac6e49fa20f97 /servconf.h | |
parent | 85e700a732e9a308eeee67f5a284e19fd6befbb8 (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: 2019-06-05
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 a476d5220..986093ffa 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -214,6 +214,8 @@ typedef struct { | |||
214 | int fingerprint_hash; | 214 | int fingerprint_hash; |
215 | int expose_userauth_info; | 215 | int expose_userauth_info; |
216 | u_int64_t timing_secret; | 216 | u_int64_t timing_secret; |
217 | |||
218 | int debian_banner; | ||
217 | } ServerOptions; | 219 | } ServerOptions; |
218 | 220 | ||
219 | /* Information about the incoming connection as used by Match */ | 221 | /* Information about the incoming connection as used by Match */ |