diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 14:33:25 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 14:33:25 -0700 |
commit | 8eb087d71ae7005dabfc0d57bb3ae79d9a325bc1 (patch) | |
tree | 30c9dd257f7a111460a28bac630df34ccf2bb3fb /sites/www | |
parent | 40b7a2c44c6b40ed679d352958082907964b57d7 (diff) |
Clarification language re #865 changelog
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 3b2a7500..46d26657 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -* :bug:`865` SSHClient requests the type of host key it has (e.g. from +* :bug:`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. |