managed_ssh_keys
Creates, updates, deletes, gets or lists a managed_ssh_keys resource.
Overview
| Name | managed_ssh_keys |
| Type | Resource |
| Id | linode.managed.managed_ssh_keys |
Fields
The following fields are returned by SELECT queries:
- get
The requested Managed SSH public key.
| Name | Datatype | Description |
|---|---|---|
ssh_key | string | Read-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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | select | Returns the unique SSH public key assigned to Linode Managed on your account. If you add this public key to a Linode on your account, Akamai Support can securely access that Linode to help resolve any 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.
| Name | Datatype | Description |
|---|
SELECT examples
- get
Returns the unique SSH public key assigned to Linode Managed on your account. If you add this public key to a Linode on your account, Akamai Support can securely access that Linode to help resolve any 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
;