summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorKees Cook <kees@debian.org>2014-02-09 16:10:06 +0000
committerColin Watson <cjwatson@debian.org>2018-10-20 22:54:09 +0100
commita18385c6866da4d69f46b64626ae5d60b4cf4a66 (patch)
tree5f496231f308c3235b00a8f6720f072e17eb3d66 /servconf.h
parentb258a00bedcf29200b394c671c6deb1e53157f32 (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-10-19 Patch-Name: debian-banner.patch
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index 3b76da816..4e3c54042 100644
--- a/servconf.h
+++ b/servconf.h
@@ -212,6 +212,8 @@ typedef struct {
212 int fingerprint_hash; 212 int fingerprint_hash;
213 int expose_userauth_info; 213 int expose_userauth_info;
214 u_int64_t timing_secret; 214 u_int64_t timing_secret;
215
216 int debian_banner;
215} ServerOptions; 217} ServerOptions;
216 218
217/* Information about the incoming connection as used by Match */ 219/* Information about the incoming connection as used by Match */