Reputation: 21
I need to connect to my server via SSH using some private key (which is not default id_rsa). The key also requires some passphrase. I had no problem with it in terminal but now I want to connect in PhpStorm. So I started configuring my settings. I input name of host, my username, then I search for private key file by choosing the exact one with explorer. When I choose it, the passphrase field becomes inactive.
If I try to test connection, I get the following error:
What can be wrong with the file or maybe PhpStorm settings? The path is surely correct.
Upvotes: 0
Views: 37