diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-04-03 18:40:41 +0100 |
commit | 9ec4db016a0510c449f9cefeb3299c2e755698c7 (patch) | |
tree | 8882d14c8d4e07a9dd7d0cd1d16698ccfc227260 /servconf.h | |
parent | 52359fc0d6ee73ee6e24332b2777dc8abdaed652 (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: 2018-04-03
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 5dfc9bc02..b0fa70455 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -211,6 +211,8 @@ typedef struct { | |||
211 | 211 | ||
212 | int fingerprint_hash; | 212 | int fingerprint_hash; |
213 | int expose_userauth_info; | 213 | int expose_userauth_info; |
214 | |||
215 | int debian_banner; | ||
214 | } ServerOptions; | 216 | } ServerOptions; |
215 | 217 | ||
216 | /* Information about the incoming connection as used by Match */ | 218 | /* Information about the incoming connection as used by Match */ |