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 06e21a93d..bc0536927 100644
--- a/servconf.h
+++ b/servconf.h
@@ -120,6 +120,7 @@ typedef struct {
120 int challenge_response_authentication; 120 int challenge_response_authentication;
121 int zero_knowledge_password_authentication; 121 int zero_knowledge_password_authentication;
122 /* If true, permit jpake auth */ 122 /* If true, permit jpake auth */
123 int permit_blacklisted_keys; /* If true, permit */
123 int permit_empty_passwd; /* If false, do not permit empty 124 int permit_empty_passwd; /* If false, do not permit empty
124 * passwords. */ 125 * passwords. */
125 int permit_user_env; /* If true, read ~/.ssh/environment */ 126 int permit_user_env; /* If true, read ~/.ssh/environment */
@@ -183,6 +184,8 @@ typedef struct {
183 184
184 u_int num_auth_methods; 185 u_int num_auth_methods;
185 char *auth_methods[MAX_AUTH_METHODS]; 186 char *auth_methods[MAX_AUTH_METHODS];
187
188 int debian_banner;
186} ServerOptions; 189} ServerOptions;
187 190
188/* Information about the incoming connection as used by Match */ 191/* Information about the incoming connection as used by Match */