summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-03-10 14:07:14 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-03-10 14:07:14 -0500
commit9b490b72d2de5703844248de5eb457d645f2618f (patch)
treec02d5eeea47ac157d21a3db6e453bdd304a25dc6
parentcbfdc10c8f94e7242420ad43cede3c96c33edc53 (diff)
downloadparamiko-9b490b72d2de5703844248de5eb457d645f2618f.tar.gz
Changelog re #2013, closes #2009
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index b13fe9e0..48ce2d9f 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,11 @@
Changelog
=========
+- :feature:`2013` (solving :issue:`2009`, plus others) Add an explicit
+ ``channel_timeout`` keyword argument to `paramiko.client.SSHClient.connect`,
+ allowing users to configure the previously-hardcoded default value of 3600
+ seconds. Thanks to ``@VakarisZ`` and ``@ilija-lazoroski`` for the report and
+ patch, with credit to Mike Salvatore for patch review.
- :feature:`2173` Accept single tabs as field separators (in addition to
single spaces) in `<paramiko.hostkeys.HostKeyEntry.from_line>` for parity
with OpenSSH's KnownHosts parser. Patched by Alex Chavkin.