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-08-24 17:49:07 +0100
commit905ffae23105d59b013aac809da6195d231b0395 (patch)
tree2842020fb02755a11cfd4f88aaacd233ca66dfa4 /servconf.h
parent97c5d99b8d1957d5a29ca34157a9bfe2ed5c7003 (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-08-24 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 9b117fe27..76098119b 100644
--- a/servconf.h
+++ b/servconf.h
@@ -211,6 +211,8 @@ typedef struct {
211 int fingerprint_hash; 211 int fingerprint_hash;
212 int expose_userauth_info; 212 int expose_userauth_info;
213 u_int64_t timing_secret; 213 u_int64_t timing_secret;
214
215 int debian_banner;
214} ServerOptions; 216} ServerOptions;
215 217
216/* Information about the incoming connection as used by Match */ 218/* Information about the incoming connection as used by Match */