---
title: Get
url: https://docs.vultr.com/reference/vultr-cli/ssh-keys/get
description: Retrieves and displays detailed information about a specific SSH key in your Vultr account using its unique identifier.
publish_date: 2025-09-14T03:09:09.052375Z
last_updated: 2025-11-07T17:52:18.353529Z
---

The `vultr-cli ssh-key get` command retrieves and displays detailed information about a specific SSH key stored in your Vultr account using its unique identifier.

## Usage

```console
$ vultr-cli ssh-key get <SSH Key ID>
```

## Examples

```console
# Full example
$ vultr-cli ssh-key get ffd31f18-5f77-454c-9065-212f942c3c35

# Shortened with alias commands
$ vultr-cli ssh g ffd31f18-5f77-454c-9065-212f942c3c35
```