From 58785d29c47570fa700e096d16b9a0d3a6069048 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sat, 16 Dec 2023 20:11:07 -0500 Subject: Changelog tweak re: other new Transport kwarg --- sites/www/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3