Invalid Keypair Troubleshoot on Jetbrains Products (PyCharm, PHPStorm) using command line tools

This is how I fixed my problem (from rsa to openssh rsa)

I’m using a linux/ubuntu machine for ease.

Install puttygen apt-get install putty-tools

Convert your id_rsa file puttygen id_rsa -O private-openssh -o id_rsa_openssh

Leave a Reply

Your email address will not be published. Required fields are marked *