Skip to main content

derive_public_key_and_fingerprint

Function derive_public_key_and_fingerprint 

Source
fn derive_public_key_and_fingerprint(private_key: &str) -> (String, String)
Expand description

Derive the public key and fingerprint from an unencrypted OpenSSH private key.

Returns empty strings if the key cannot be parsed.