From: jacob Date: Fri, 18 Mar 2005 12:58:39 +0000 (+0000) Subject: I believe MAC/CRC errors can be caused by network corruption, in principle. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/d7e526bfcbb8d0dd2781e13b0494908bcc5909ab I believe MAC/CRC errors can be caused by network corruption, in principle. git-svn-id: svn://svn.tartarus.org/sgt/putty@5520 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/doc/errors.but b/doc/errors.but index c0a6d50e..2cb53b82 100644 --- a/doc/errors.but +++ b/doc/errors.but @@ -199,7 +199,8 @@ MAC received on packet} This error occurs when PuTTY decrypts an SSH packet and its checksum is not correct. This probably means something has gone wrong in the encryption or decryption process. It's difficult to tell from this -error message whether the problem is in the client or in the server. +error message whether the problem is in the client, in the server, +or in between. A known server problem which can cause this error is described in \k{faq-openssh-bad-openssl} in the FAQ.