python-sshpubkeys icon indicating copy to clipboard operation
python-sshpubkeys copied to clipboard

OpenSSH public key parser for Python

Results 13 python-sshpubkeys issues
Sort by recently updated
recently updated
newest added

Team, I need to convert SSH2-formatted public keys to the SSH format. So far (by poking around) I managed to find out there's this `public_bytes()` method on the RSA type...

### Summary The package version in PyPI is still dependent on ecdsa, which has a vulnerability CVE-2024-23342. The latest version was never published. This change aims to upgrade the package...

- This allows `python-sshpubkeys` to work with `cryptography>=39.0.0`. - `ec.EllipticCurvePublicNumbers.encode_point()` had been deprecated for a long time, and was removed in commit pyca/cryptography@2b6e463 , or `cryptography==39.0.0`. - I manually tested...