Skip to content

Commit

Permalink
Changelog tweak re: other new Transport kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Dec 17, 2023
1 parent 8dcb237 commit 58785d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sites/www/changelog.rst
Expand Up @@ -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
Expand Down

0 comments on commit 58785d2

Please sign in to comment.