From da162da0416abb367ea8a415eb90d072a01fa020 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 2 Jun 2008 13:04:55 +0000 Subject: 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. --- readconf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'readconf.h') diff --git a/readconf.h b/readconf.h index a7d9200b5..eb236fc5c 100644 --- a/readconf.h +++ b/readconf.h @@ -51,6 +51,7 @@ typedef struct { * authentication. */ int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ + int use_blacklisted_keys; /* If true, send */ int batch_mode; /* Batch mode: do not ask for passwords. */ int check_host_ip; /* Also keep track of keys for IP address */ int strict_host_key_checking; /* Strict host key checking. */ -- cgit v1.2.3