combell_ssh_keys_add
Attach an SSH public key to a Linux hosting domain to enable passwordless SSH/SFTP logins.
Instructions
Attach an SSH public key to a Linux hosting so it can be used to log in over SSH/SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public_key | Yes | The public key in OpenSSH format, e.g. 'ssh-ed25519 AAAA... user@host' | |
| domain_name | Yes | The Linux hosting domain name |