ionic ssh generate
Generates a private and public SSH key pair
ionic ssh generate [options]
Inputs
key-path | |
---|---|
Description | Destination of private key file |
Advanced Options
| |
---|---|
Description | The type of key to generate: |
Aliases | -t |
Default | rsa |
| |
Description | Number of bits in the key |
Aliases | -b |
Default | 2048 |
| |
Description | Annotation (comment) in public key. Your Ionic email address will be used |
Aliases | -C |