diff options
author | Olle Lundberg <olle@spotify.com> | 2015-02-24 14:49:36 +0100 |
---|---|---|
committer | Olle Lundberg <olle@spotify.com> | 2015-02-24 15:01:27 +0100 |
commit | d1f72859c76beda46a072cdc75b2e19e4418275a (patch) | |
tree | f9a7b4df86088185b0cdd6ffa91b567f3e19722e /sites | |
parent | b98ba1c5bb6ff1d968e9105ff093d360ac9091e9 (diff) |
Expose handshake timeout in the transport API.
This is a reimplementation of #62.
Diffstat (limited to 'sites')
-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 6520dde4..f9900327 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`62` Add timeout for handshake completion. + This adds a mechanism for timing out a connection if the ssh handshake + never completes. + Credit to ``@dacut`` for initial report and patch and to Olle Lundberg for + re-implementation. * :bug:`402` Check to see if an SSH agent is actually present before trying to forward it to the remote end. This replaces what was usually a useless ``TypeError`` with a human-readable ``AuthenticationError``. Credit to Ken |