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>2020-10-18 12:07:21 +0100
commit6353ee79cc71ef33a0a34d2d769a5fe327f6260d (patch)
treeaea45e4915495e264f5f0c42b77a4a59df700b29 /servconf.h
parent707144d399b9fc959a4f6be3fd8e239c208c88ff (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: 2020-06-07 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 f10908e5b..4afdf24d0 100644
--- a/servconf.h
+++ b/servconf.h
@@ -227,6 +227,8 @@ typedef struct {
227 int expose_userauth_info; 227 int expose_userauth_info;
228 u_int64_t timing_secret; 228 u_int64_t timing_secret;
229 char *sk_provider; 229 char *sk_provider;
230
231 int debian_banner;
230} ServerOptions; 232} ServerOptions;
231 233
232/* Information about the incoming connection as used by Match */ 234/* Information about the incoming connection as used by Match */