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 38de13502..be3be0be3 100644
--- a/servconf.h
+++ b/servconf.h
@@ -107,6 +107,7 @@ typedef struct {
107 int challenge_response_authentication; 107 int challenge_response_authentication;
108 int zero_knowledge_password_authentication; 108 int zero_knowledge_password_authentication;
109 /* If true, permit jpake auth */ 109 /* If true, permit jpake auth */
110 int permit_blacklisted_keys; /* If true, permit */
110 int permit_empty_passwd; /* If false, do not permit empty 111 int permit_empty_passwd; /* If false, do not permit empty
111 * passwords. */ 112 * passwords. */
112 int permit_user_env; /* If true, read ~/.ssh/environment */ 113 int permit_user_env; /* If true, read ~/.ssh/environment */
@@ -159,6 +160,8 @@ typedef struct {
159 160
160 int num_permitted_opens; 161 int num_permitted_opens;
161 162
163 int debian_banner;
164
162 char *chroot_directory; 165 char *chroot_directory;
163 char *revoked_keys_file; 166 char *revoked_keys_file;
164 char *trusted_user_ca_keys; 167 char *trusted_user_ca_keys;