$ ionic ssh generate
Generates a private and public SSH key pair
Synopsis
$ ionic ssh generate [<key-path>]
Details
Input | Description |
---|---|
key-path |
Destination of private key file |
Option | Description |
---|---|
--type , -t |
The type of key to generate: ecdsa , ed25519 , rsa |
--bits , -b |
Number of bits in the key |
--annotation , -C |
Annotation (comment) in public key. Your Ionic email address will be used |