Group name to create, NAME must contain only valid UNIX group name characters
..option:: --owner ACCOUNT
Account to set as the group owner, this account will have complete rights to manage the group
..option:: --algo ALGO
Specifies the algo of the key, usually either rsa, ecdsa or ed25519. Note that the available algorithms depend on the OS the bastion is running on, along with its configuration policies
..option:: --size SIZE
Specifies the size of the key to be generated.
For RSA, choose between 2048 and 8192 (any value above 4096 is probably not very useful).
For ECDSA, choose either 256, 384 or 521.
For ED25519, size is always 256.
..option:: --encrypted
When specified, a passphrase will be prompted for the new key, and the private key will be stored encrypted on the bastion. Note that the passphrase will be required each time you want to use the key.