Fixing `vagrant ssh` on Windows 10 and above
There is a known problem with the interaction of Vagrant and recent versions of Windows where the system (Windows) OpenSSH client is installed (for example: https://github.com/hashicorp/vagrant/issues/13027 ). Most advice suggests telling Vagrant to use it’s own internally shipped SSH client, but I’ve found that to be buggy (particularly its handling of Ctrl+C). Windows’ own SSH […]
Continue Reading