sshPublicKeys property

Map<String, SshPublicKey>? sshPublicKeys
getter/setter pair

A map from SSH public key fingerprint to the associated key object.

Implementation

core.Map<core.String, SshPublicKey>? sshPublicKeys;