summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-09-30 14:18:24 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-09-30 14:18:24 -0700
commitfb258f88b4b61627a51f30f9a21fcbc7ec35c1e6 (patch)
tree064d9dac35dedc05531e0556edc18f646fecb2b5 /sites/www
parent669ecbd66f1218e5c93f6a53a25ea062c7b0b947 (diff)
Changelog closes #490, closes #500 (cherry-pick)
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 3c11ff87..5f6a16f9 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`490` Skip invalid/unparseable lines in ``known_hosts`` files, instead
+ of raising `SSHException`. This brings Paramiko's behavior more in line with
+ OpenSSH, which silently ignores such input. Catch & patch courtesy of Martin
+ Topholm.
* :bug:`404` Print details when displaying `BadHostKeyException` objects
(expected vs received data) instead of just "hey shit broke". Patch credit:
Loic Dachary.