diff options
Diffstat (limited to 'readconf.h')
-rw-r--r-- | readconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.h b/readconf.h index fd31bd40f..24762e71c 100644 --- a/readconf.h +++ b/readconf.h | |||
@@ -54,6 +54,7 @@ typedef struct { | |||
54 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ | 54 | int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ |
55 | char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ | 55 | char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ |
56 | int zero_knowledge_password_authentication; /* Try jpake */ | 56 | int zero_knowledge_password_authentication; /* Try jpake */ |
57 | int use_blacklisted_keys; /* If true, send */ | ||
57 | int batch_mode; /* Batch mode: do not ask for passwords. */ | 58 | int batch_mode; /* Batch mode: do not ask for passwords. */ |
58 | int check_host_ip; /* Also keep track of keys for IP address */ | 59 | int check_host_ip; /* Also keep track of keys for IP address */ |
59 | int strict_host_key_checking; /* Strict host key checking. */ | 60 | int strict_host_key_checking; /* Strict host key checking. */ |