ssh_keygen
Generate SSH key pairs for authentication by specifying algorithm, bit size, and save path, including optional passphrase.
Instructions
Generate a new SSH key pair
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bits | Yes | Key size in bits | |
| path | Yes | Path to save the key | |
| algorithm | Yes | Key algorithm (rsa, ed25519, ecdsa) | |
| passphrase | No | Passphrase (optional) |