diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-07-15 16:48:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:45:54 -0700 |
commit | 7f3124dcd9a91b0ce886f8ee311c816f449c58b9 (patch) | |
tree | ba989d613bb76c47c7f3df84a71652742d117fda | |
parent | 01aaf70fc24e846a8f3b531441344cdfb02d9269 (diff) |
Attribution re #32
(cherry picked from commit 2f4303df3e7477dca28badee2f1cc14573befab6)
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ Temporary, post-Paramiko changelog while we get our sh!t together. * Ported over https://github.com/paramiko/paramiko/pull/63. Thanks to Dwayne Litzenberger for catch & patch. +* #32: Raise a more useful error explaining which `known_hosts` key line was + problematic, when encountering `binascii` issues decoding known host keys. + Thanks to `@thomasvs` for catch & patch. ## ssh 1.7.14 (2012-05-07) |