Vultr DocsLatest Content


List

Updated on 15 September, 2025

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.

Usage

console
$ vultr-cli ssh-key list [flags]

Examples

console
# 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

Flags

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.

Comments

No comments yet.