Tuesday, January 12, 2016

[Solved] Vagrant SSH: ssh_exchange_identification: read: Connection reset by peer

If you try to use vagrant ssh from git bash on windows and encountered this error message :

Vagrant SSH: ssh_exchange_identification: read: Connection reset by peer

there are two steps to solve this issue.

1. Add git bin path to the path in environment variables
For example, in 64bits windows
C:\Program Files\Git\usr\bin

2. If you still get the error message, it is really possible that your processor does not support virtualization.  To solve this, you need to go to BIOS setting and enabled virtualization.
It is depend on your computer, but basically something like this