diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-08-19 17:11:48 +0100 |
commit | 91729e3501d53d11fcc7a364b36994305c495945 (patch) | |
tree | 0f1dd7a20c1a71e3d12c8edb263b6f717b2dee7d /servconf.h | |
parent | c3a4906692ddd85d8530d2fdb74822ae793f18db (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-08-19
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 b99b27067..ba7b73947 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -196,6 +196,8 @@ typedef struct { | |||
196 | char *auth_methods[MAX_AUTH_METHODS]; | 196 | char *auth_methods[MAX_AUTH_METHODS]; |
197 | 197 | ||
198 | int fingerprint_hash; | 198 | int fingerprint_hash; |
199 | |||
200 | int debian_banner; | ||
199 | } ServerOptions; | 201 | } ServerOptions; |
200 | 202 | ||
201 | /* Information about the incoming connection as used by Match */ | 203 | /* Information about the incoming connection as used by Match */ |