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 ef7cc214a..1250d23d6 100644
--- a/servconf.h
+++ b/servconf.h
@@ -104,6 +104,7 @@ typedef struct {
104 int challenge_response_authentication; 104 int challenge_response_authentication;
105 int zero_knowledge_password_authentication; 105 int zero_knowledge_password_authentication;
106 /* If true, permit jpake auth */ 106 /* If true, permit jpake auth */
107 int permit_blacklisted_keys; /* If true, permit */
107 int permit_empty_passwd; /* If false, do not permit empty 108 int permit_empty_passwd; /* If false, do not permit empty
108 * passwords. */ 109 * passwords. */
109 int permit_user_env; /* If true, read ~/.ssh/environment */ 110 int permit_user_env; /* If true, read ~/.ssh/environment */
@@ -156,6 +157,8 @@ typedef struct {
156 157
157 int num_permitted_opens; 158 int num_permitted_opens;
158 159
160 int debian_banner;
161
159 char *chroot_directory; 162 char *chroot_directory;
160 char *revoked_keys_file; 163 char *revoked_keys_file;
161 char *trusted_user_ca_keys; 164 char *trusted_user_ca_keys;