Skip to main content
Version: v8

ionic ssh generate

Generates a private and public SSH key pair

$ ionic ssh generate [key-path] [options]

key-path

秘密鍵ファイルの保存先

Advanced Options

  • --type=<type>: The type of key to generate: ecdsa, ed25519, rsa (or -t)

  • --bits=<bits>: Number of bits in the key (or -b)

  • --annotation=<annotation>: Annotation (comment) in public key. Your Ionic email address will be used (or -C)