diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-09 17:10:46 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-09 17:10:50 -0800 |
commit | cdd439335521e943cb0ddf0092023bfeee38af33 (patch) | |
tree | 322d0860b50cc699d0c28309551a99979c177c69 /sites/www/changelog.rst | |
parent | bdc75ab212d6a636e57747212d439b407b9fc83d (diff) |
Implement new passphrase kwarg for SSHClient.connect()
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e08048bd..35b3dc11 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :feature:`-` Add a new ``passphrase`` kwarg to + `SSHClient.connect <~paramiko.client.SSHClient.connect>` so users may + disambiguate key-decryption passphrases from password-auth passwords. (This + is a backwards compatible change; ``password`` will still pull double duty as + a passphrase when ``passphrase`` is not given.) * :support:`-` Update ``tearDown`` of client test suite to avoid hangs due to eternally blocking ``accept()`` calls on the internal server thread (which can occur when test code raises an exception before actually connecting to |