X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8c1835c0f951be43da1fb19405c7ff958a9b8661..f4275b53be3317ee7391a48a4ac1d1681b3017bc:/ssh.c diff --git a/ssh.c b/ssh.c index 2b2b1dc5..e0556a62 100644 --- a/ssh.c +++ b/ssh.c @@ -2249,7 +2249,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring) wc_match("OpenSSH_2.[0-4]*", imp) || 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("Sun_SSH_1.0.1", imp) || + wc_match("WeOnlyDo-1.2.6", imp)))) { /* * These versions have the SSH-2 rekey bug. */