diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 14:33:02 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 14:33:02 -0700 |
commit | 3d3df8e32853e1c5eaea044712a72112f79250e4 (patch) | |
tree | 8d27d4473977ab8a74e7d21a17edf1c37641519e /sites | |
parent | ee587a35a88406d8afaeaf906c7954ed3413647e (diff) | |
parent | 40b7a2c44c6b40ed679d352958082907964b57d7 (diff) |
Merge branch '2.1'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 1d299119..2fa80c0a 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 a common case where an ECDSA key is in known_hosts and the + server also has an RSA host key. Thanks to Pierce Lopez. * :support:`906 (1.18+)` Clean up a handful of outdated imports and related tweaks. Thanks to Pierce Lopez. * :bug:`984` Enhance default cipher preference order such that |