From 5eb26fa459e6cfa37113068e98399fd02a28a053 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 18 Mar 2005 12:58:39 +0000 Subject: [PATCH] I believe MAC/CRC errors can be caused by network corruption, in principle. [originally from svn r5520] --- doc/errors.but | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.