Home
 |
FAQ
 |
Feedback
 |
Licence
 |
Updates
 |
Mirrors
 |
Keys
 |
Links
 |
Team
Download:
Stable
 ·
Snapshot
 |
Docs
 |
Privacy
 |
Changes
 |
Wishlist
PuTTY reports "Incoming packet was garbled on decryption" when connecting to versions of OpenSSH before 4.6p1 built against OpenSSL 0.9.8e. This is caused by a bug in OpenSSL 0.9.8e, and is not specific to PuTTY -- configuring an unaffected version of OpenSSH to use the same ciphers as PuTTY gives a similar result.
This bug is in OpenSSH's Bugzilla as Bug 1291. It is fixed in OpenSSL CVS and there is a workaround in OpenSSH 4.6p1.
For those people forced to run an older OpenSSH and OpenSSL 0.9.8e, the best workaround is to configure sshd not to offer the "aes256-ctr", "aes192-ctr", or "arcfour256" ciphers. Failing that, configure PuTTY to prefer either triple-DES or Blowfish to AES and Arcfour.
SGT, 2024-11-17: marking this issue as historic. This was a bug in a very old OpenSSH which I hope nobody is using any more.