PHPStorm 2021 - Connection refused when connecting to a deployment server

In my home development pc I have filezilla, winscp and phpstorm

In my actual project i configured a deployment server to be able to sync and compare local and remote code.

I triple checked that ip, port,, username and password are identical and correct.

While filezilla and winscp can connect to my server using SFTP, Phpstorm today is telling me that connection was refused.

 

I'have the same configuration on a different pc at work and here php storm is able to connect 

 

What can i do to diagnose the problem?

0
3 comments

i found infos in log file



2021-04-14 13:35:54,365 [1243509] WARN - om.intellij.ssh.impl.sshj.sshj - Failed to connect. Brief info: SSH connection to root@<ip removed but was ok>:22
* With predefined preferred authentications: keyboard-interactive,password
* Compression methods from config: none
* With host key algorithms: ssh-ed25519, ecdsa-sha2-nistp521, ecdsa-sha2-nistp384, ecdsa-sha2-nistp256, rsa-sha2-512, rsa-sha2-256, ssh-rsa-cert-v01@openssh.com, ssh-dss-cert-v01@openssh.com, ssh-rsa, ssh-dss
* With OpenSSH-like host key verifier (knownHostsFile=[C:\Users\mirko\.ssh\known_hosts], strictHostKeyChecking=ASK, hashKnownHosts=false)
* With authentications allowed by the client: publickey, password, keyboard-interactive
java.net.ConnectException: Connection timed out: connect
at java.base/java.net.PlainSocketImpl.connect0(Native Method)
0

i have no idea why phpstorm is getting timeoud while other sw of this pc is connecting without problems !

0

Hi, please contact us directly via Help | Contact Support. We would need to inspect verbose logs in that particular case. 

 

0

Please sign in to leave a comment.