gnardell
gnardell

Reputation: 321

Phpstorm 9 ssh session Auth Cancel

I'm trying to start a SSH Session on a Vagrant machine but I have an Auth cancel error. How to solve?

Upvotes: 2

Views: 1723

Answers (1)

David Baucum
David Baucum

Reputation: 2250

I was running into this error also. The problem was caused by the fact that have I many vagrant machines across multiple projects. For each Vagrant machine I have a PHP interpreter defined in the PHPStorm settings. My project was configured to use one vagrant machine, but use the PHP interpreter from another vagrant machine. By going into Settings→Languages & Frameworks→PHP and then selecting the correct interpreter.

I know this question is quite old, but it was the top Google result when searching for this problem, so hopefully this will help someone else.

Upvotes: 1

Related Questions