1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 07:14:48 -05:00

Document maxpkt bug under garbled packet error message.

[originally from svn r7806]
This commit is contained in:
Ben Harris 2007-12-05 00:28:22 +00:00
parent 1940b37ff0
commit b2b89061d3
2 changed files with 5 additions and 4 deletions

View File

@ -2978,7 +2978,7 @@ would expect.
This is an SSH-2-specific bug.
\S{config-ssh-bug-maxpkt} \q{Ignores SSH-2 \i{maximum packet size}}
\S{config-ssh-bug-maxpkt2} \q{Ignores SSH-2 \i{maximum packet size}}
\cfg{winhelp-topic}{ssh.bugs.maxpkt2}

View File

@ -235,9 +235,10 @@ gone wrong in the encryption or decryption process. It's difficult
to tell from this error message whether the problem is in the client,
in the server, or in between.
If you get this error, one thing you could try would be to fiddle
with the setting of \q{Miscomputes SSH-2 encryption keys} on the Bugs
panel (see \k{config-ssh-bug-derivekey2}).
If you get this error, one thing you could try would be to fiddle with
the setting of \q{Miscomputes SSH-2 encryption keys} (see
\k{config-ssh-bug-derivekey2}) or \q{Ignores SSH-2 maximum packet
size} (see \k{config-ssh-bug-maxpkt2}) on the Bugs panel .
Another known server problem which can cause this error is described
in \k{faq-openssh-bad-openssl} in the FAQ.