summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index ab6e34669..fd72ce2a3 100644
--- a/servconf.h
+++ b/servconf.h
@@ -121,6 +121,7 @@ typedef struct {
121 int challenge_response_authentication; 121 int challenge_response_authentication;
122 int zero_knowledge_password_authentication; 122 int zero_knowledge_password_authentication;
123 /* If true, permit jpake auth */ 123 /* If true, permit jpake auth */
124 int permit_blacklisted_keys; /* If true, permit */
124 int permit_empty_passwd; /* If false, do not permit empty 125 int permit_empty_passwd; /* If false, do not permit empty
125 * passwords. */ 126 * passwords. */
126 int permit_user_env; /* If true, read ~/.ssh/environment */ 127 int permit_user_env; /* If true, read ~/.ssh/environment */
@@ -187,6 +188,8 @@ typedef struct {
187 188
188 u_int num_auth_methods; 189 u_int num_auth_methods;
189 char *auth_methods[MAX_AUTH_METHODS]; 190 char *auth_methods[MAX_AUTH_METHODS];
191
192 int debian_banner;
190} ServerOptions; 193} ServerOptions;
191 194
192/* Information about the incoming connection as used by Match */ 195/* Information about the incoming connection as used by Match */