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 3e5435576..c4391abe4 100644
--- a/readconf.h
+++ b/readconf.h
@@ -57,6 +57,7 @@ typedef struct {
57 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ 57 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */
58 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ 58 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */
59 int zero_knowledge_password_authentication; /* Try jpake */ 59 int zero_knowledge_password_authentication; /* Try jpake */
60 int use_blacklisted_keys; /* If true, send */
60 int batch_mode; /* Batch mode: do not ask for passwords. */ 61 int batch_mode; /* Batch mode: do not ask for passwords. */
61 int check_host_ip; /* Also keep track of keys for IP address */ 62 int check_host_ip; /* Also keep track of keys for IP address */
62 int strict_host_key_checking; /* Strict host key checking. */ 63 int strict_host_key_checking; /* Strict host key checking. */