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_managed_ssh_key
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_managed_ssh_key | select | 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... |
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_managed_ssh_key
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;