summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-04-14 14:48:01 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-05-05 12:26:56 -0400
commit57c33481fda5cd9338df2bb4d5c090f50bcc7343 (patch)
treebab08143b210da992e8ebe89e9386b0b01a1ceaa /sites/www/changelog.rst
parent80556bdc9944df60eb0a06c3985bcf2dae1376e2 (diff)
Add new PKey.fingerprint property at long last
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst5
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.