summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 5f6a16f9..97b6fe9c 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,14 @@
Changelog
=========
+* :bug:`439` Resolve the timeout issue on lost conection.
+ When the destination disappears on an established session paramiko will hang on trying to open a channel.
+ Credit to ``@vazir`` for patch.
+* :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:`490` Skip invalid/unparseable lines in ``known_hosts`` files, instead
of raising `SSHException`. This brings Paramiko's behavior more in line with
OpenSSH, which silently ignores such input. Catch & patch courtesy of Martin