diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-05 13:11:52 +0100 |
commit | 085c44daefaee16df97e1b2a0967b2140cc86de0 (patch) | |
tree | 4db0ecfc67c71202126eda6812fac6e49fa20f97 /kex.h | |
parent | 85e700a732e9a308eeee67f5a284e19fd6befbb8 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ char *kex_names_cat(const char *, const char *); | |||
195 | int kex_assemble_names(char **, const char *, const char *); | 195 | int kex_assemble_names(char **, const char *, const char *); |
196 | int kex_gss_names_valid(const char *); | 196 | int kex_gss_names_valid(const char *); |
197 | 197 | ||
198 | int kex_exchange_identification(struct ssh *, int, const char *); | 198 | int kex_exchange_identification(struct ssh *, int, int, const char *); |
199 | 199 | ||
200 | struct kex *kex_new(void); | 200 | struct kex *kex_new(void); |
201 | int kex_ready(struct ssh *, char *[PROPOSAL_MAX]); | 201 | int kex_ready(struct ssh *, char *[PROPOSAL_MAX]); |