I have the usual vagrant ssh problem with usual suggestion: Try installing Cygwin, MinGW or Git, all of which contain an SSH client.
I have do this but I still have this problem. The only working solution that I've found is:
- install Git client
- open Git shell (sh.exe under
Program Files/Git/bin)- and then vagrant ssh on my project
As I said, this works but I have to switch from Windows Prompt (cmd.exe) to Git Shell (sh.exe). How can (can I?) run the
vagrant sshwithout switch the consoles in Windows?