hostKeyFingerprint property

String? hostKeyFingerprint
final

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;