I have TortoiseGit installed and running on Windows so by default(as recommended) it uses the Putty instead of OpenSSH. Ionic CLI uses OpenSSH in generating/managing the SSH keys.
I don’t want to reinstall TortoiseGit and change it to OpenSSH. I would like to be able to upload the app to Ionic Pro.
What are my options? I tried to generate keys using putty and add the public key in my Ionic account but getting error that it is invalid format.
this command ask for a file name (mandatory) and a passphrase (optional)
two files will be generated in the \home\usernme.ssh folder with the name you provide before. One of then with the .PUB extension (public key)
download those two files to your notebook or pc.
Open puttygen
Click in Conversion menu option an select Import Key
it will open a a “Load private key” explorer windows. Go to the folder where you saved the files an select the file with no extension (that’s the private key). After you select the file, puttygen converts the sshopen file to a putty compatible format.
save the new private key by making click in save private key.