Reputation: 117
I have installed XAMPP-vm 7.4.25-0
I am running all the servers and I can access my site (which I copied into htdocs
) from a browser. Everything is running fine (Apache & MySQL).
Now I am trying to configure the vm project in PhpStorm, and the first thing that I am not being able to do is to configure the SSH connection in PhpStorm to the VM. I am going to Configure > Tools > SSH configuration and I set:
localhost
8080
root
If I leave password blank, the answer is: "Invalid setting: password is not specified"
If I put lampp
or any other thing: "...Connection refused..."
This using "Authentication type: password". (The other two types, key pair and Open SSH, I don't know how to parametrize them).
Can someone help me to configure this SSH connection to the XAMPP-vm?
Upvotes: -1
Views: 264
Reputation: 117
Thanks to Eugene Morozov comment, I could find the solution to my question. The image presents the PhpStorm configuration of the SSH connection.
Upvotes: 0