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>2014-02-09 23:43:41 +0000
commite1e1e23ca98c59a031217da0ea50b70de5427683 (patch)
treec654229a31850cdb0b2ac46ca1366deca9b410b5 /servconf.h
parent893bd5a6f70b58e1ed98d496c4f465d8c1df71a7 (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 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index ab6e34669..1891a95a1 100644
--- a/servconf.h
+++ b/servconf.h
@@ -187,6 +187,8 @@ typedef struct {
187 187
188 u_int num_auth_methods; 188 u_int num_auth_methods;
189 char *auth_methods[MAX_AUTH_METHODS]; 189 char *auth_methods[MAX_AUTH_METHODS];
190
191 int debian_banner;
190} ServerOptions; 192} ServerOptions;
191 193
192/* Information about the incoming connection as used by Match */ 194/* Information about the incoming connection as used by Match */