2014-11-17 17:52:37 -06:00
|
|
|
=======
|
|
|
|
keypair
|
|
|
|
=======
|
|
|
|
|
|
|
|
The badly named keypair is really the public key of an OpenSSH key pair to be
|
|
|
|
used for access to created servers.
|
|
|
|
|
2015-01-09 19:12:18 -05:00
|
|
|
Compute v2
|
|
|
|
|
2014-11-17 17:52:37 -06:00
|
|
|
keypair create
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Create new public key
|
|
|
|
|
2015-07-21 14:07:18 -06:00
|
|
|
.. program:: keypair create
|
2014-11-17 17:52:37 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os keypair create
|
|
|
|
[--public-key <file>]
|
|
|
|
<name>
|
|
|
|
|
|
|
|
.. option:: --public-key <file>
|
|
|
|
|
|
|
|
Filename for public key to add
|
|
|
|
|
|
|
|
.. describe:: <name>
|
|
|
|
|
|
|
|
New public key name
|
|
|
|
|
|
|
|
keypair delete
|
|
|
|
--------------
|
|
|
|
|
2015-01-09 19:13:03 -05:00
|
|
|
Delete public key
|
2014-11-17 17:52:37 -06:00
|
|
|
|
2015-07-21 14:07:18 -06:00
|
|
|
.. program:: keypair delete
|
2014-11-17 17:52:37 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os keypair delete
|
|
|
|
<key>
|
|
|
|
|
|
|
|
.. describe:: <key>
|
|
|
|
|
|
|
|
Public key to delete
|
|
|
|
|
|
|
|
keypair list
|
|
|
|
------------
|
|
|
|
|
|
|
|
List public key fingerprints
|
|
|
|
|
2015-07-21 14:07:18 -06:00
|
|
|
.. program:: keypair list
|
2014-11-17 17:52:37 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os keypair list
|
|
|
|
|
|
|
|
keypair show
|
|
|
|
------------
|
|
|
|
|
2015-01-09 19:13:03 -05:00
|
|
|
Display public key details
|
2014-11-17 17:52:37 -06:00
|
|
|
|
2015-07-21 14:07:18 -06:00
|
|
|
.. program:: keypair show
|
2014-11-17 17:52:37 -06:00
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os keypair show
|
|
|
|
[--public-key]
|
|
|
|
<key>
|
|
|
|
|
|
|
|
.. option:: --public-key
|
|
|
|
|
|
|
|
Show only bare public key
|
|
|
|
|
|
|
|
.. describe:: <key>
|
|
|
|
|
2015-01-09 19:13:03 -05:00
|
|
|
Public key to display
|