diff options
author | Pierce Lopez <pierce.lopez@gmail.com> | 2017-02-23 15:35:24 -0500 |
---|---|---|
committer | Pierce Lopez <pierce.lopez@gmail.com> | 2017-06-07 02:03:03 -0400 |
commit | 4526052de13932e91edf43f5a4ccb97dbc69afe9 (patch) | |
tree | f6b7be69b605a2ba8c4fa89f942879ff5508cf29 /sites/www | |
parent | 4e973d97b0baf8fc9b7b5fbd84af4a869829dce5 (diff) |
changelog: update for #865 / #910
Diffstat (limited to 'sites/www')
-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 46bb8594..6ab67985 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. * :bug:`741` (also :issue:`809`, :issue:`772`; all via :issue:`912`) Writing encrypted/password-protected private key files was silently broken since 2.0 due to an incorrect API call; this has been fixed. |