SSH keys
SSH keys allow you to securely connect to Data Studios and other SSH-enabled resources in Seqera Platform. You can manage your public SSH keys to enable passwordless authentication to interactive development environments.
Path and query parameters
Name | Type | Location | Req/Opt | Description |
|---|---|---|---|---|
| string | query | Optional | SSH public key content to validate. Must be in valid SSH public key format. |
| string | query | Optional | SSH key name to validate. Maximum 255 characters. |
| integer | path | Required | SSH key numeric identifier. |
Request body parameters
Name | Type | Req/Opt | Description |
|---|---|---|---|
CreateSshKey | Create SSH key | ||
name | string | Required | SSH key name. Maximum 255 characters. |
publicKey | string | Required | SSH public key content in OpenSSH format (e.g., |