summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-09-18 12:31:40 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-09-18 12:31:40 -0700
commitf588536ab53a03b5474d343fc1f4087bc31292ff (patch)
tree7b06d5d51706ddf356df98718374f8460ecab6ed
parent804bd8e752943ca788342f916b6f697842eaba7c (diff)
downloadparamiko-f588536ab53a03b5474d343fc1f4087bc31292ff.tar.gz
Note that #945 is 1.18+
-rw-r--r--sites/www/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 7b2307d9..2c9d626e 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -3,8 +3,8 @@ Changelog
=========
* :release:`1.18.4 <2017-09-18>`
-* :bug:`945` (backport of :issue:`910` and re: :issue:`865`) SSHClient now
- requests the type of host key it has (e.g. from known_hosts) and does not
+* :bug:`945 (1.18+)` (backport of :issue:`910` and re: :issue:`865`) SSHClient
+ now 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 a common
case where an ECDSA key is in known_hosts and the server also has an RSA host
key. Thanks to Pierce Lopez.