diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-03-10 14:07:14 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-03-10 14:07:14 -0500 |
commit | 9b490b72d2de5703844248de5eb457d645f2618f (patch) | |
tree | c02d5eeea47ac157d21a3db6e453bdd304a25dc6 /sites | |
parent | cbfdc10c8f94e7242420ad43cede3c96c33edc53 (diff) |
Changelog re #2013, closes #2009
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 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. |