diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-04-14 14:48:01 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-05 12:26:56 -0400 |
commit | 57c33481fda5cd9338df2bb4d5c090f50bcc7343 (patch) | |
tree | bab08143b210da992e8ebe89e9386b0b01a1ceaa /sites/www/changelog.rst | |
parent | 80556bdc9944df60eb0a06c3985bcf2dae1376e2 (diff) |
Add new PKey.fingerprint property at long last
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index d93c0494..8ff9f179 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +- :feature:`-` `~paramiko.pkey.PKey` grew a new ``.fingerprint`` property which + emits a fingerprint string matching the SHA256+Base64 values printed by + various OpenSSH tooling (eg ``ssh-add -l``, ``ssh -v``). This is intended to + help troubleshoot Paramiko-vs-OpenSSH behavior and will eventually replace + the venerable ``get_fingerprint`` method. - :bug:`-` `~paramiko.agent.AgentKey` had a dangling Python 3 incompatible ``__str__`` method returning bytes. This method has been removed, allowing the superclass' (`~paramiko.pkey.PKey`) method to run instead. |