9eb30efbf3
aggregate console log console url keypair Change-Id: Iec9b8404ed5febd061a5dfd674b76aaa8aba67bc
967 B
967 B
keypair
The badly named keypair is really the public key of an OpenSSH key pair to be used for access to created servers.
keypair create
Create new public key
os keypair create
[--public-key <file>]
<name>
--public-key <file>
Filename for public key to add
<name>
New public key name
keypair delete
Delete a public key
os keypair delete
<key>
<key>
Public key to delete
keypair list
List public key fingerprints
os keypair list
keypair show
Show public key details
os keypair show
[--public-key]
<key>
--public-key
Show only bare public key
<key>
Public key to show