From 57c34f087221fd7a2420867aaf3008b70d75311b 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.) [originally from svn r4566] [r3359 == d534d4e1045b4f5685affad40435ec2d5252cdef] --- 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