python-openstackclient/doc/source/command-objects/keypair.rst
Dean Troyer 9eb30efbf3 Command object docs: aggregate, console *, keypair
aggregate
console log
console url
keypair

Change-Id: Iec9b8404ed5febd061a5dfd674b76aaa8aba67bc
2014-11-19 14:47:53 -06:00

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