diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-11-29 17:26:17 +0000 |
commit | bb18ca3880d333834c89f535032cdf12bc362fdf (patch) | |
tree | 09e2ff3cf8505687743763901c9923b574f6662c /servconf.h | |
parent | 4e80e6a84e57783718ca225021a597713c44c2a2 (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-11-29
Patch-Name: debian-banner.patch
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h index 778ba1742..161fa37c4 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -197,6 +197,8 @@ typedef struct { | |||
197 | char *auth_methods[MAX_AUTH_METHODS]; | 197 | char *auth_methods[MAX_AUTH_METHODS]; |
198 | 198 | ||
199 | int fingerprint_hash; | 199 | int fingerprint_hash; |
200 | |||
201 | int debian_banner; | ||
200 | } ServerOptions; | 202 | } ServerOptions; |
201 | 203 | ||
202 | /* Information about the incoming connection as used by Match */ | 204 | /* Information about the incoming connection as used by Match */ |