summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 14:33:26 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 14:33:26 -0700
commit799e483895911e0d7a3c836e93d294d3bedd7a40 (patch)
treee6aecd73b7f994931867d2f8761b464c25e974b0 /sites/www/changelog.rst
parent3d3df8e32853e1c5eaea044712a72112f79250e4 (diff)
parent8eb087d71ae7005dabfc0d57bb3ae79d9a325bc1 (diff)
Merge branch '2.1'
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 2fa80c0a..1b2aa031 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.