add_ssh_key
Add an SSH public key to SpinupWP for secure server access, enabling authentication without passwords. Specify a name and the public key string to configure access.
Instructions
Add a new SSH public key to SpinupWP
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A friendly name for the key | |
| public_key | Yes | The SSH public key string |