-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh_exchange_identification: read: Connection reset by peer when vagrant ssh #78
Comments
If you're on windows, you might need to change your BIOS settings. https://www.laptopmag.com/articles/access-bios-windows-10 Once you get into the settings, you have to change a 'disabled' to 'enabled' |
I am getting the exact same error on Windows 10 running virtualbox. What BIOS setting would I have to change? Thanks. |
To enable virtualization. |
Getting virtualization to run isn't the problem. llelgt said he has the machine running as do I. The specific error is "ssh_exchange_identification: read: Connection reset by peer" when running vagrant up or vagrant ssh. |
I'm getting the same error, using Windows 7 Enterprise |
Hello, i'm getting the same error on Windows 7 Ultimate |
getting below message:
i am using windows 7 Enterprise and i installed virtualbox, vegrant in VDI machine. please let me know how to resolve the above issue. |
same problem here? |
Hello, I had the same issue, it was that the SSH key is insecure, you can see the issue if you do
|
I have the same problem. Does anybody know how to slove? Whether in linux or windows, i met the same error information: ssh_exchange_identification: read: Connection reset by peer |
I have the same problem. Been trying for weeks to run vagrant. What if "Getting started" actually worked and wasn't a dependency hell. |
I have the same problem too.
I tried to
|
I had the same issue. The following commands worked for me.
|
same problem but my virtualization is enabled and it is not fixed anyone have any more ideas |
turn off hyper-V (windows features). |
so this (for me) ended up being a painfully simple problem where my coding-enviroment was in users\desktop\overdrive\ and the overdrive was the problem i just had to move it out of the overdrive folder |
this works |
Having the same issue on The first time I set up a brand new machine with But as soon as I stop the machine (because of a computer restart for example) and try again running
The only solution I found is completely removing the virtual machine |
Before restarting your computer, have you tried using |
@twhetzel Yes, doesn't help. I can run |
Guys I found a solution here https://stackoverflow.com/a/62928259/6150566 |
Hello, |
|
I just installed vagrant ,virtualbox, forked and cloned the fullstack-nanodegree-vm repo, then vagrant up and the machine is running, however when i try to vagrant ssh to it, i get:
ssh_exchange_identification: read: Connection reset by peer
How can i fix this?
The text was updated successfully, but these errors were encountered: