Exporting Public-Key Data
You can export public-key data via the GUI:
-
On the User keys→Authorized keys page, perform an Export Key Data action on a key. Doing so displays the authorized-key data in the Export key data dialog.
You can then copy the key data from the dialog.
Once you are done, click Close to return to the previous view.
You can also export authorized-key data via the command-line client. For example:
$ ssh-mgr-client list-authorized-keys -F id=999 -C key_data
$ ssh-mgr-client list-private-keys -F id=999 -C key_data
For more information about the command-line client commands list-authorized-keys and list-private-keys, see list-authorized-keys and list-private-keys respectively.
note
When you export key data using a private key as the target, the data for the associated public key is displayed instead.