SshPublicKey interface
属性
| description | 自选。 它用于存储密钥的函数/用法 |
| key | Ssh 公钥 base64 编码。 格式应为:“<keyType><keyData>”,例如 ssh-rsa AAAABBBB |
属性详细信息
description
自选。 它用于存储密钥的函数/用法
description?: string
属性值
string
key
Ssh 公钥 base64 编码。 格式应为:“<keyType><keyData>”,例如 ssh-rsa AAAABBBB
key?: string
属性值
string