Displays all SSH keys in your Vultr account with their IDs, names, and public key information.
The vultr-cli ssh-key list
command displays all SSH keys stored in your Vultr account, showing their IDs, names, and public key information.
$ vultr-cli ssh-key list [flags]
# Full example
$ vultr-cli ssh-key list
# Full example with paging
$ vultr-cli ssh-key list --per-page=1 --cursor="bmV4dF9fQU1T"
# Shortened with alias commands
$ vultr-cli ssh l
Shorthand | Long Version | Description |
---|---|---|
-c | --cursor | (optional) cursor for paging. |
-p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |
No comments yet.