ssh_key_create
Add an SSH public key to your Vultr account for secure server access. Specify a name and the key to enable authentication on new instances.
Instructions
Create a new SSH key.
Args: name: Name for the SSH key ssh_key: The SSH public key (e.g., "ssh-rsa AAAAB3NzaC1yc2...") ctx: FastMCP context for resource change notifications
Returns: Created SSH key information including: - id: SSH key ID - name: SSH key name - ssh_key: The public SSH key - date_created: Creation date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| ssh_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||