diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2016-12-26 00:55:59 +0000 |
commit | 541f4f5664934bccc96a9b7a2a7e957ce2cff6af (patch) | |
tree | cb6686eae88575c026a0d35c6ddbfd09922e28bc /servconf.h | |
parent | bfc81c7380b71bd5c0e841e8bd16bfc726a43603 (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 90dfa4c24..913a21b39 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -191,6 +191,8 @@ typedef struct { | |||
191 | char *auth_methods[MAX_AUTH_METHODS]; | 191 | char *auth_methods[MAX_AUTH_METHODS]; |
192 | 192 | ||
193 | int fingerprint_hash; | 193 | int fingerprint_hash; |
194 | |||
195 | int debian_banner; | ||
194 | } ServerOptions; | 196 | } ServerOptions; |
195 | 197 | ||
196 | /* Information about the incoming connection as used by Match */ | 198 | /* Information about the incoming connection as used by Match */ |