---
title: List
url: https://docs.vultr.com/reference/vultr-cli/ssh-keys/list
description: Displays all SSH keys in your Vultr account with their IDs, names, and public key information.
publish_date: 2025-09-14T03:09:10.605668Z
last_updated: 2025-11-07T17:52:20.829346Z
---

The `vultr-cli ssh-key list` command displays all SSH keys stored in your Vultr account, showing each key's ID, name, and date added.

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