tenki_update_ssh_keys
Replace the SSH authorized keys on a running sandbox to grant direct SSH access for specified public keys.
Instructions
Set the SSH authorized public keys on a running sandbox, enabling direct SSH access for the given keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. | |
| public_keys | Yes | SSH public keys (ssh-ed25519 …, ssh-rsa …) to authorize. Replaces the current set. |