SFTP no working with PHPSTORM
Hello, I have a droplet with SSH key.
My SSH and SFTP access work perfectly with Mac OSX Terminal and Transmit.
But for some reason SFTP does not work with PHPSTORM :
Error
Connection to 'ip_address' failed
SSH_MSG_DISCONNECT: 2 Too many authentication failures for root
+1
+1
+1
I had this problem when I upgraded PHPStorm to 2016.1. It looks like the passphrase (encryption algorithm ?) is stored differently so it doesn't match.
I couldn't remember what passphrase I used at key creation, so I had to regenerate.
Hope this helps someone.