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