summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servconf.h b/servconf.h
index 257de1c8b..be42e9f60 100644
--- a/servconf.h
+++ b/servconf.h
@@ -94,6 +94,7 @@ typedef struct {
94 * authentication. */ 94 * authentication. */
95 int kbd_interactive_authentication; /* If true, permit */ 95 int kbd_interactive_authentication; /* If true, permit */
96 int challenge_response_authentication; 96 int challenge_response_authentication;
97 int permit_blacklisted_keys; /* If true, permit */
97 int permit_empty_passwd; /* If false, do not permit empty 98 int permit_empty_passwd; /* If false, do not permit empty
98 * passwords. */ 99 * passwords. */
99 int permit_user_env; /* If true, read ~/.ssh/environment */ 100 int permit_user_env; /* If true, read ~/.ssh/environment */