Solved! The passphrase is the SSH key passphrase...
Jun 13, 2015
3
Level 9
SFTP with PHPstorm on Forge
Hi,
I've setup a server with Forge on Digital Ocean. Everything works as expected. However, I would like to connect PHPstorm directly to the files through SFTP. I can connect to SSH with Sequel Pro and FileZilla to this server, but I can't get it working with PHPStorm. Here is my configuration:
SFTP host: <IP address to server>
Port: 22
Root path: /
Username: Forge
Auth type: Keypair(OpenSSH or PuTTY)
Private key file: /Users/myname/.ssh/id_rsa
Passphrase: <EMPTY>
When I try to connect, it will ask me for the passphrase. There is no passphrase (I also tried to enter sudo password just to be sure). When I click OK it will give me the message:
Connection to '<IP FROM SERVER>' failed.
387
Hope there is someone out there who can help me out!
Level 9
Please or to participate in this conversation.