summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h
index 617686f4c..2d9005ffa 100644
--- a/readconf.h
+++ b/readconf.h
@@ -58,6 +58,7 @@ typedef struct {
58 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ 58 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */
59 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ 59 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */
60 int zero_knowledge_password_authentication; /* Try jpake */ 60 int zero_knowledge_password_authentication; /* Try jpake */
61 int use_blacklisted_keys; /* If true, send */
61 int batch_mode; /* Batch mode: do not ask for passwords. */ 62 int batch_mode; /* Batch mode: do not ask for passwords. */
62 int check_host_ip; /* Also keep track of keys for IP address */ 63 int check_host_ip; /* Also keep track of keys for IP address */
63 int strict_host_key_checking; /* Strict host key checking. */ 64 int strict_host_key_checking; /* Strict host key checking. */