summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 14:24:38 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 14:24:38 -0700
commitddb277d4e4989e914b67ff26c14c7c298e7fab9f (patch)
tree9123da60b1d860e46fae6581c8314d1f3901c0c9 /sites/www
parent013bf35e6d5ea7d085b74fbd3aca3417abee6dc5 (diff)
Changelog tweak
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 234d9df6..57bc306d 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,9 +2,10 @@
Changelog
=========
-* :feature:`add-auth-timeout` Adds a timeout for the authentication process.
- This is a fix to prevent the client getting stuck if an SSH server becomes
- un-responsive during the authentication. Credit to ``@timsavage``.
+* :feature:`869` Add an ``auth_timeout`` kwarg to `SSHClient.connect
+ <paramiko.client.SSHClient.connect>` (default: 30s) to avoid hangs when the
+ remote end becomes unresponsive during the authentication step. Credit to
+ ``@timsavage``.
* :support:`921` Tighten up the ``__hash__`` implementation for various key
classes; less code is good code. Thanks to Francisco Couzo for the patch.
* :bug:`983` Move ``sha1`` above the now-arguably-broken ``md5`` in the list of