From 98329d723a537079f243926316da973564538edf Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Tue, 21 Sep 2004 21:04:28 +0000 Subject: [PATCH] Add `OSU_1.5alpha4' to BUG_CHOKES_ON_SSH1_IGNORE; this is apparently enough to enable login with this version. (I'd suspected as much -- see ssh.c CVS log 1.299 [r3359] -- and Geoffrey Hughes has now confirmed this.) git-svn-id: http://svn.tartarus.org/sgt/putty@4566 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index dfcb8a46..292fb8b1 100644 --- a/ssh.c +++ b/ssh.c @@ -1828,7 +1828,7 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring) (!strcmp(imp, "1.2.18") || !strcmp(imp, "1.2.19") || !strcmp(imp, "1.2.20") || !strcmp(imp, "1.2.21") || !strcmp(imp, "1.2.22") || !strcmp(imp, "Cisco-1.25") || - !strcmp(imp, "OSU_1.4alpha3")))) { + !strcmp(imp, "OSU_1.4alpha3") || !strcmp(imp, "OSU_1.5alpha4")))) { /* * These versions don't support SSH1_MSG_IGNORE, so we have * to use a different defence against password length -- 2.45.2