Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 865 Bytes

KeypairCreated.md

File metadata and controls

17 lines (9 loc) · 865 Bytes

KeypairCreated

Information about the created keypair.

Properties

Name Type Description Notes
keypairFingerprint String The MD5 public key fingerprint, as specified in section 4 of RFC 4716. [optional]
keypairName String The name of the keypair. [optional]
keypairType String The type of the keypair (`ssh-rsa`, `ssh-ed25519`, `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, or `ecdsa-sha2-nistp521`). [optional]
privateKey String The private key, returned only if you are creating a keypair (not if you are importing). When you save this private key in a .rsa file, make sure you replace the `\n` escape sequences with real line breaks. [optional]