From: ben Date: Wed, 5 Dec 2007 00:28:22 +0000 (+0000) Subject: Document maxpkt bug under garbled packet error message. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/1cb8218fab16174383f65a08d111ac7c52349e39?ds=sidebyside Document maxpkt bug under garbled packet error message. git-svn-id: svn://svn.tartarus.org/sgt/putty@7806 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/doc/config.but b/doc/config.but index 02ada516..4ed912d4 100644 --- a/doc/config.but +++ b/doc/config.but @@ -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} diff --git a/doc/errors.but b/doc/errors.but index 5a0d83dc..ae00a410 100644 --- a/doc/errors.but +++ b/doc/errors.but @@ -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.