SshPublicKey interface

Properties

description

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

key

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

Property Details

description

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

description?: string

Property Value

string

key

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

key?: string

Property Value

string