diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 19:14:40 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-12-05 19:14:40 -0800 |
commit | 0e224ab2dae9f5edd4de96b32494426d0cabb135 (patch) | |
tree | b3a7aa2610363fb41183ff42a2dc8e7b104e9708 /sites | |
parent | fa8114c9d7bd667675be6180b258a25353967993 (diff) | |
parent | cd323c6cdaa8898444e2d497909f93751799f60e (diff) |
Merge branch '2.0'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index fe837bdd..60faffa5 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +* :feature:`780 (1.18+)` (also :issue:`779`, and may help users affected by + :issue:`520`) Add an optional ``timeout`` parameter to + `Transport.start_client <paramiko.transport.Transport.start_client>` (and + feed it the value of the configured connection timeout when used within + `SSHClient <paramiko.client.SSHClient>`.) This helps prevent situations where + network connectivity isn't timing out, but the remote server is otherwise + unable to service the connection in a timely manner. Credit to + ``@sanseihappa``. * :bug:`742` (also re: :issue:`559`) Catch ``AssertionError`` thrown by Cryptography when attempting to load bad ECDSA keys, turning it into an ``SSHException``. This moves the behavior in line with other "bad keys" |