ssh_generate_key
Generate a new SSH key pair for secure key-based authentication. Supports RSA and Ed25519, with an optional save to file path.
Instructions
Generate a new SSH key pair (RSA or Ed25519) for secure key-based authentication. Optionally save to a file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment to identify the key. | |
| key_size | No | Key size for RSA. | |
| key_type | No | Key algorithm type. | ed25519 |
| save_path | No | Optional path to save the generated key files. |