forked from paramiko/paramiko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
Changelog | ||
========= | ||
|
||
- :bug:`1964` (via :issue:`2024` as also reported in :issue:`2023`) | ||
`~paramiko.pkey.PKey` instances' ``__eq__`` did not have the usual safety | ||
guard in place to ensure they were being compared to another ``PKey`` object, | ||
causing occasional spurious ``BadHostKeyException`` (among other things). | ||
This has been fixed. Thanks to Shengdun Hua for the original report/patch and | ||
to Christopher Papke for the final version of the fix. | ||
- :bug:`2035` Servers offering certificate variants of hostkey algorithms (eg | ||
``[email protected]``) could not have their host keys verified by | ||
Paramiko clients, as it only ever considered non-cert key types for that part | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters