pub struct SshKey { /* private fields */ }
Expand description
Represents the public key provided by the remote host
Implementations
Returns the public key hash in the requested format. The hash is returned as binary bytes. Consider using get_public_key_hash_hexa to return it in a more human readable format.
Returns the public key hash in a human readable form