hostKeyFingerprint property
Specifies the Base64-encoded SHA256 fingerprint of the server's host key.
This value is equivalent to the output of the ssh-keygen -l -f
my-new-server-key command.
Implementation
final String? hostKeyFingerprint;
Specifies the Base64-encoded SHA256 fingerprint of the server's host key.
This value is equivalent to the output of the ssh-keygen -l -f
my-new-server-key command.
final String? hostKeyFingerprint;