Question
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
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
+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.