Skip to main content

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

key

string

query

Optional

SSH public key content to validate. Must be in valid SSH public key format.

name

string

query

Optional

SSH key name to validate. Maximum 255 characters.

keyId

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., ssh-rsa, ssh-ed25519).