summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorKees Cook <kees@debian.org>2014-02-09 16:10:06 +0000
committerColin Watson <cjwatson@debian.org>2019-06-21 16:14:03 +0100
commit0a938d856d024bfff79fac63e65df382ffa444a4 (patch)
tree4db0ecfc67c71202126eda6812fac6e49fa20f97 /kex.h
parent0085b2106eb5307ebdae9601471d8387961b2e83 (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: 2019-06-05 Patch-Name: debian-banner.patch
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index 2d5f1d4ed..39f67bbc1 100644
--- a/kex.h
+++ b/kex.h
@@ -195,7 +195,7 @@ char *kex_names_cat(const char *, const char *);
195int kex_assemble_names(char **, const char *, const char *); 195int kex_assemble_names(char **, const char *, const char *);
196int kex_gss_names_valid(const char *); 196int kex_gss_names_valid(const char *);
197 197
198int kex_exchange_identification(struct ssh *, int, const char *); 198int kex_exchange_identification(struct ssh *, int, int, const char *);
199 199
200struct kex *kex_new(void); 200struct kex *kex_new(void);
201int kex_ready(struct ssh *, char *[PROPOSAL_MAX]); 201int kex_ready(struct ssh *, char *[PROPOSAL_MAX]);