diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-12-16 20:11:07 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-12-16 20:11:23 -0500 |
commit | 58785d29c47570fa700e096d16b9a0d3a6069048 (patch) | |
tree | c9ba203a62350c2e0fa63dc0e46bf827f8702e98 | |
parent | 8dcb237f0ee095b1d8b26765c3d41d0ab6963be9 (diff) |
Changelog tweak re: other new Transport kwarg
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 4915eaca..87feaa77 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -20,7 +20,9 @@ Changelog cooperate, the below changes will only take effect when the remote end is OpenSSH >= TK (or equivalent, such as Paramiko in server mode, as of this patch version) and configured to use the new "strict kex" mode. Paramiko - will always attempt to use "strict kex" mode if offered. + will always attempt to use "strict kex" mode if offered by the server, + unless you override this by specifying ``strict_kex=False`` in + `Transport.__init__`. - Paramiko will now raise an `SSHException` subclass (`MessageOrderError`) when protocol messages are received in unexpected order. (This is not *really* a change in behavior, as most such cases already raised vanilla |