summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-06-02 13:04:55 +0000
committerColin Watson <cjwatson@debian.org>2008-06-02 13:04:55 +0000
commitda162da0416abb367ea8a415eb90d072a01fa020 (patch)
treea6a649302f33b74be5052b54c66f074f2b788b11 /readconf.h
parent15d091acca07091e7f196168bdf08788f1ae8367 (diff)
Check compromised key blacklist in ssh or ssh-add, as well as in the
server (LP: #232391). To override the blacklist check in ssh temporarily, use 'ssh -o UseBlacklistedKeys=yes'; there is no override for the blacklist check in ssh-add.
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. */