Package version:

Interface SshPublicKey

interface SshPublicKey {
    description?: string;
    key?: string;
}

Properties

Properties

description?: string

Optional. It is used to store the function/usage of the key

key?: string

Ssh public key base64 encoded. The format should be: ' ', e.g. ssh-rsa AAAABBBB