summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-paramiko_2.9.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-paramiko: Upgrade 2.9.1 -> 2.9.2Leon Anavi2022-01-241-0/+19
Upgrade to release 2.9.2: - Enhanced log output when connecting to servers that do not support server-sig-algs extensions, making the new-as-of-2.9 defaulting to SHA2 pubkey algorithms more obvious when it kicks in. - Connecting to servers which support server-sig-algs but which have no overlap between that list and what a Paramiko client supports, now raise an exception instead of defaulting to rsa-sha2-512 (since the use of server-sig-algs allows us to know what the server supports). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>