codespaces-jetbrains-feedback icon indicating copy to clipboard operation
codespaces-jetbrains-feedback copied to clipboard

failed to execute ssh

Open Ofer2017 opened this issue 2 years ago • 1 comments

in connecting to simple test python Codspaces that have SSA I get this error message: shell closed: failed to create ssh command: failed to execute ssh: exec: "ssh": executable file not found in %PATH% I have gh installed in the path as well as SSH.

It works fine using VScode

Description Steps to reproduce Impact Additional context OS: Windows 10 OS Version: 10.0 OS Architecture: amd64 Java Version: 17.0.5 Java Runtime Version: 17.0.5+1-b653.25 Java Vendor: JetBrains s.r.o. Available CPUs: 4 Max Memory: 536870912 Free Memory: 89807592 Total Memory: 164626432 IDE Version: 2022.3.2 IDE: JetBrains Gateway 2022.3.2 Plugin Version: 0.3.0.1042 Plugin path: C:\Users\oferz\AppData\Roaming\JetBrains\JetBrainsGateway2022.3\plugins\github-codespaces-gateway Plugin ID: com.github.codespaces.jetbrains.gateway

Ofer2017 avatar Feb 11 '23 08:02 Ofer2017

Try to add this in your "Path" environment variable C:\Program Files\Git\usr\bin

lecrapal avatar Feb 22 '23 13:02 lecrapal