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 a434c6fa3..0be15f09a 100644
--- a/servconf.h
+++ b/servconf.h
@@ -113,6 +113,7 @@ typedef struct {
113 int challenge_response_authentication; 113 int challenge_response_authentication;
114 int zero_knowledge_password_authentication; 114 int zero_knowledge_password_authentication;
115 /* If true, permit jpake auth */ 115 /* If true, permit jpake auth */
116 int permit_blacklisted_keys; /* If true, permit */
116 int permit_empty_passwd; /* If false, do not permit empty 117 int permit_empty_passwd; /* If false, do not permit empty
117 * passwords. */ 118 * passwords. */
118 int permit_user_env; /* If true, read ~/.ssh/environment */ 119 int permit_user_env; /* If true, read ~/.ssh/environment */
@@ -165,6 +166,8 @@ typedef struct {
165 166
166 int num_permitted_opens; 167 int num_permitted_opens;
167 168
169 int debian_banner;
170
168 char *chroot_directory; 171 char *chroot_directory;
169 char *revoked_keys_file; 172 char *revoked_keys_file;
170 char *trusted_user_ca_keys; 173 char *trusted_user_ca_keys;