diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-06 12:27:14 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-06 12:27:14 -0700 |
commit | c87ece67f6663892836f57da0e97cd2cfc1faf2a (patch) | |
tree | c3abd241df356539a0cea0db82f4e3fe64da5748 /sites | |
parent | a2e54d5ea4f726de1fe27b1da792787a2344060e (diff) |
Changelog re #857
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 3f45334d..0db12afe 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :feature:`857` Allow `SSHClient.set_missing_host_key_policy + <paramiko.client.SSHClient.set_missing_host_key_policy>` to accept policy + classes _or_ instances, instead of only instances, thus fixing a + long-standing gotcha for unaware users. * :feature:`951` Add support for ECDH key exchange (kex), specifically the algorithms ``ecdh-sha2-nistp256``, ``ecdh-sha2-nistp384``, and ``ecdh-sha2-nistp521``. Thanks to Shashank Veerapaneni for the patch. |