summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierce Lopez <pierce.lopez@gmail.com>2017-02-23 15:35:24 -0500
committerPierce Lopez <pierce.lopez@gmail.com>2017-09-13 12:16:32 -0400
commit2b4b60cf018575e38c408267d8b6d860cda42a08 (patch)
tree488572cdbef2f6d34086ee76ad9351ed56c4ee8d
parent9720259c11cd430c095ff332090ebb6b09bd248d (diff)
downloadparamiko-2b4b60cf018575e38c408267d8b6d860cda42a08.tar.gz
changelog: update for bug `865`
-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 ea38ec2b..04f1def2 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`865` SSHClient requests the type of host key it has (e.g. from
+ known_hosts) and does not consider a different type to be a "Missing"
+ host key. This fixes the case where an ecdsa key is in known_hosts and
+ the server also has an rsa host key. Thanks to Pierce Lopez.
* :bug:`1055` (also :issue:`1056`, :issue:`1057`, :issue:`1058`, :issue:`1059`)
Fix up host-key checking in our GSSAPI support, which was previously using an
incorrect API call. Thanks to Anselm Kruis for the patches.