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-03-20 00:32:29 +0000
commit9fcad888f4dbf0ecc0c7e87b6ef0f8d88d7ac3ec (patch)
tree1ab60157509d36807459667d366a04376038b46d /servconf.h
parent6de70b95f5005447ae23532d4f3ee41a9338479f (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 c922eb50c..dcd1c2ab8 100644
--- a/servconf.h
+++ b/servconf.h
@@ -186,6 +186,8 @@ typedef struct {
186 186
187 u_int num_auth_methods; 187 u_int num_auth_methods;
188 char *auth_methods[MAX_AUTH_METHODS]; 188 char *auth_methods[MAX_AUTH_METHODS];
189
190 int debian_banner;
189} ServerOptions; 191} ServerOptions;
190 192
191/* Information about the incoming connection as used by Match */ 193/* Information about the incoming connection as used by Match */