diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-09-08 23:15:58 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-24 18:59:04 -0700 |
commit | 88df2ac180ef01b545ca9d7c5d1bd986e14737c7 (patch) | |
tree | 168956145102d8d778bd306a708cb3cd2c036427 /CHANGES | |
parent | 66118cad8328ca6ee19a5aec7ea1c972399ec746 (diff) |
Changelog re #11
(cherry picked from commit c8e76e3a801098ecfec02fe52cd83bb7fab9f19a)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Temporary, post-Paramiko changelog while we get our sh!t together. * #36: Support new server two-factor authentication option (`RequiredAuthentications2`), at least re: combining key-based & password auth. Thanks to Github user `bninja`. +* #11: When raising an exception for hosts not listed in + `known_hosts` (when `RejectPolicy` is in effect) the exception message was + confusing/vague. This has been improved somewhat. Thanks to Cal Leeming for + highlighting the issue. ## ssh 1.7.14 (2012-05-07) |