summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index 2ccf4d0f2..a15f2a7fa 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 */
@@ -171,6 +172,7 @@ typedef struct {
171 char *authorized_principals_file; 172 char *authorized_principals_file;
172 173
173 char *version_addendum; /* Appended to SSH banner */ 174 char *version_addendum; /* Appended to SSH banner */
175 int debian_banner;
174} ServerOptions; 176} ServerOptions;
175 177
176/* Information about the incoming connection as used by Match */ 178/* Information about the incoming connection as used by Match */