Skip to content

Use standard SHA256 fingerprints #701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Jakuje opened this issue Apr 10, 2025 · 0 comments
Open

Use standard SHA256 fingerprints #701

Jakuje opened this issue Apr 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Jakuje
Copy link
Contributor

Jakuje commented Apr 10, 2025

Currently, the code in _load_server_publickey() in session.pyx makes SHA1 + hex fingerprints. The OpenSSH normally uses SHA256 + base64 these days. They are ugly and longer, but they are default in OpenSSH so needed when one needs to compare them with output from the ssh-keygen.

It should not be breaking change as the fingerprint should be just the user facing information and not a API.

          We should probably move this FIXME into an issue on the tracker.

Originally posted by @webknjaz in #597 (comment)

@webknjaz webknjaz added the enhancement New feature or request label Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants