arvan_security_generate_ssh_keypair
Generate SSH keypairs (ed25519 or RSA) for server provisioning. Returns private and public keys to register and use with ArvanCloud SSH tools.
Instructions
Generate an SSH keypair (ed25519 or rsa) for provisioning servers.
Returns the OpenSSH private key and the public key. Register the public
key with arvan_create_ssh_key and pass the private key to the
arvan_ssh_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_type | No | ed25519 | |
| comment | No | arvancloud-mcp | |
| bits | No |