X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e375106c6e0acadd3dd058cb132dd69de916578c..96bd26de129f3e8c088d2c426a2f43584e6ca3ec:/ssh.c?ds=inline diff --git a/ssh.c b/ssh.c index 349ef18e..ee9345e4 100644 --- a/ssh.c +++ b/ssh.c @@ -2250,7 +2250,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring) wc_match("OpenSSH_2.5.[0-3]*", imp) || wc_match("Sun_SSH_1.0", imp) || wc_match("Sun_SSH_1.0.1", imp) || - wc_match("WeOnlyDo-1.2.6", imp)))) { + /* All versions <= 1.2.6 (they changed their format in 1.2.7) */ + wc_match("WeOnlyDo-*", imp)))) { /* * These versions have the SSH-2 rekey bug. */