Get an SSH key

Returns a single SSH Key object identified by id that you have access to view.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: view_profile_ssh_key
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_only

CLI

linode-cli sshkeys view 42

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The ID of the SSHKey.

Responses

Response body
object
date-time

Read-only The date this key was added.

integer

Read-only The unique identifier of an SSH Key object.

string
length between 0 and 64

A label for the SSH Key.

string

The public SSH Key, which is used to authenticate to the root user of the Linodes you deploy.

Accepted formats:

  • ssh-dss
  • ssh-rsa
  • ecdsa-sha2-nistp
  • ssh-ed25519
  • sk-ecdsa-sha2-nistp256 (Akamai-specific)

Language
Credentials
Original text
Rate this translation
Your feedback will be used to help improve Google Translate