From 84812737b1173829b3457edc074c92f3584bab67 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sun, 24 Mar 2002 14:08:13 +0000 Subject: [PATCH] OpenSSH 3.1p1 SSH2 3DES is also broken. [originally from svn r1603] --- doc/faq.but | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/faq.but b/doc/faq.but index 38531386..dc83e907 100644 --- a/doc/faq.but +++ b/doc/faq.but @@ -1,4 +1,4 @@ -\versionid $Id: faq.but,v 1.22 2002/03/24 13:42:30 jacob Exp $ +\versionid $Id: faq.but,v 1.23 2002/03/24 14:08:13 jacob Exp $ \A{faq} PuTTY FAQ @@ -693,11 +693,13 @@ PuTTY to use SSH protocol 2 and the Blowfish cipher. This is not a PuTTY-specific problem; if you try to connect with another client you'll likely have similar problems. -Configurations known to be broken and symptoms: +Configurations known to be broken (and symptoms): \b SSH 2 with AES cipher (PuTTY says "Assertion failed! Expression: (len & 15) == 0" in sshaes.c, or "Out of memory", or crashes) +\b SSH 2 with 3DES (PuTTY says "Incorrect MAC received on packet") + \b SSH 1 with Blowfish (PuTTY says "Incorrect CRC received on packet")