1
votes

Windows7 - VAgrant 1.76 - VirtualBox5 - Phpstorm9 My connection SSH via phpstorm terminal works with vagrant/vagrant user/password. But I'm not able to connect to the php remote interpreter. No path mapping were found.enter image description here THanks to help me!

When I try to change the remote folder I got this enter image description here

2
Will it work if you configure it by using "SSH Credentials" .. or by configuring and using SFTP Deployment entry? Try the 2nd one in particular. - LazyOne
No same error with ssh or SFTP - Pascal Carmoni
Anything interesting in detailed logs? devnet.jetbrains.com/docs/DOC-1202 - LazyOne
in my log a got : WARN - lugins.remotesdk.RemoteSdkUtil - java.util.concurrent.TimeoutException - Pascal Carmoni
You showed just a fraction of the log -- it does not allow me to tell anything from it (except the possible fact that there seems to be a connectivity issue (delay?). Here is another user that seems to have the same issue (based on your log) -- you can post your details/log file there: youtrack.jetbrains.com/issue/WI-28279 - LazyOne

2 Answers

0
votes

How I fix it : set UseDNS No to /etc/ssh/sshd_config Modify : sudo nano -w /etc/ssh/sshd_config

0
votes

Make sure that in the xdebug.ini file from vagrant config folder (\config\php5-fpm-config/xdebug.ini) In the line :

xdebug.remote_host = "xxx.xxx.xxx.xxx" 

Have your local machine IP. You can get in windows by enter in cmd->command and type "ipconfig".