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 a7d9200b5..eb236fc5c 100644
--- a/readconf.h
+++ b/readconf.h
@@ -51,6 +51,7 @@ typedef struct {
51 * authentication. */ 51 * authentication. */
52 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ 52 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */
53 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ 53 char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */
54 int use_blacklisted_keys; /* If true, send */
54 int batch_mode; /* Batch mode: do not ask for passwords. */ 55 int batch_mode; /* Batch mode: do not ask for passwords. */
55 int check_host_ip; /* Also keep track of keys for IP address */ 56 int check_host_ip; /* Also keep track of keys for IP address */
56 int strict_host_key_checking; /* Strict host key checking. */ 57 int strict_host_key_checking; /* Strict host key checking. */