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>2015-08-19 16:33:33 +0100
commit2c31a85436f1eac46e185382c2aa15406ae6c0ac (patch)
tree1e1d154c7a938f129e6fad6ce27e63ebb8a19be8 /servconf.h
parent9f6aded97671ee8b9164f0524b3ac622d827dcde (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: 2015-08-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 d2ed4d78b..ed0f17167 100644
--- a/servconf.h
+++ b/servconf.h
@@ -192,6 +192,8 @@ typedef struct {
192 char *auth_methods[MAX_AUTH_METHODS]; 192 char *auth_methods[MAX_AUTH_METHODS];
193 193
194 int fingerprint_hash; 194 int fingerprint_hash;
195
196 int debian_banner;
195} ServerOptions; 197} ServerOptions;
196 198
197/* Information about the incoming connection as used by Match */ 199/* Information about the incoming connection as used by Match */