X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b5596c0f4c86306f1bc04eb6015b21bb18ed0709..d6430b975d14ddbd53c40126fa9d00bea3c2d08b:/ssh.c diff --git a/ssh.c b/ssh.c index 94d3d105..588c8c3e 100644 --- a/ssh.c +++ b/ssh.c @@ -1788,7 +1788,7 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring) if (cfg.sshbug_derivekey2 == BUG_ON || (cfg.sshbug_derivekey2 == BUG_AUTO && - (wc_match("2.0.*", imp)))) { + (wc_match("2.0.0*", imp) || wc_match("2.0.1[01]*", imp) ))) { /* * These versions have the key-derivation bug (failing to * include the literal shared secret in the hashes that