diff options
author | Kees Cook <kees@debian.org> | 2014-02-09 16:10:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:18:49 +0000 |
commit | 8a75df792931443e868e574408ed1666208a28c2 (patch) | |
tree | ed0e6736ececb28ef92b391d212987cc03f770b0 /servconf.h | |
parent | da3ff9786c4c03b2aac4936b28f06b3c152e230d (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: 2013-09-14
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 f655c5bf7..fd72ce2a3 100644 --- a/servconf.h +++ b/servconf.h | |||
@@ -188,6 +188,8 @@ typedef struct { | |||
188 | 188 | ||
189 | u_int num_auth_methods; | 189 | u_int num_auth_methods; |
190 | char *auth_methods[MAX_AUTH_METHODS]; | 190 | char *auth_methods[MAX_AUTH_METHODS]; |
191 | |||
192 | int debian_banner; | ||
191 | } ServerOptions; | 193 | } ServerOptions; |
192 | 194 | ||
193 | /* Information about the incoming connection as used by Match */ | 195 | /* Information about the incoming connection as used by Match */ |