Version: v7On this pageionic ssh generateGenerates 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)