Skip to main content

managed_ssh_keys

Creates, updates, deletes, gets or lists a managed_ssh_keys resource.

Overview

Namemanaged_ssh_keys
TypeResource
Idlinode.managed.managed_ssh_keys

Fields

The following fields are returned by SELECT queries:

The requested Managed SSH public key.

NameDatatypeDescription
ssh_keystringRead-only The unique SSH public key assigned to your Linode account's Managed service. (example: ssh-rsa AAAAB...oD2ZQ== managedservices@linode)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_managed_ssh_keyselectReturns the unique SSH public key assigned to your Linode account's Managed service. If you add this public key to a Linode on your account, Linode special forces will be able to log in to the Linode with this key when attempting to resolve issues.

This operation can only be accessed by the unrestricted users of an account.

Learn more...

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Returns the unique SSH public key assigned to your Linode account's Managed service. If you add this public key to a Linode on your account, Linode special forces will be able to log in to the Linode with this key when attempting to resolve issues.

This operation can only be accessed by the unrestricted users of an account.

Learn more...

Learn more...

SELECT
ssh_key
FROM linode.managed.managed_ssh_keys;