-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Vagrant machines do not boot up with error SSH auth method: private key #7673
Comments
See #7610 |
I had the same problem this week. At least it worked for me. I changed the network adapter of the VM from Intel to AMD . It worked. |
The issue is fixed here: a6760dd#diff-13c7ed80ab881de1369e3b06c66745e8 I found it by just playing around in that directory. Hopefully they'll release a fixed version soon 😵 |
@gtirloni @rfkrocktk #7610 does fix a bug, but it is not the same bug as this issue. I can reproduce this issue on Windows 10x64 with Virtual Box 5.1.2 and Vagrant 1.8.5.
SSH authorization fails and retries until timeout.
result is that it halts at |
I'm on a Linux host running a Linux guest. That may have done things differently for me. I was able to get it working by manually applying the patch mentioned in my comment above. |
Sounds more like #7648 to me. Try the workaround in #7648 (comment) for now. |
I can confirm that enabling CPU virtualisation in the BIOS fixed this for me. |
I confirm too |
I do not confirm any of the fixes to be working. |
Had virtualization enabled in BIOS, but I also had to disable |
To me it was the solution to enable CPU virtualisation too! Thanks @cnschulz ! |
Not working. We can't just expect users being able to change their BIOS settings. Not everybody is a superuser. I tried everything and nothing works. My Vagrant installation is useless. |
Hi there. Enabling of CPU virtualization in the BIOS has to be performed by the user. This is not something that Vagrant can control, nor the virtualization software that Vagrant utilizes (like VirtualBox). There are many guides online available for different BIOS versions that can tell you how to open your system BIOS and what needs to be updated. Unfortunately, this is not something that can be done by Vagrant, nor by the virtualization software. It must be done by the user, and there is no way that can be avoided. My apologies for the inconvenience. Cheers! |
Mine because I enabled Hyper-V (or enabled by default) on my Win10. VirtualBox v6+ did not prompt anything, just hung. I installed v5.2 and it prompted an error saying VT-x wasn't enabled. I then google it and found this. It worked after removing Hyper-V!!! |
Vagrant 2.2.4 with Virtual Box 6.0.4 on Windows 10 failed - the vmmem.exe process was in an endless loop and the machine came never up with the named error message. Disabling Hyper V and restarting helped me to get a VM up and running. |
Start -> Turn Windows features on or off -> Uncheck Hyper-V -> OK -> Restart |
I was able to resolve this issue as suggested in https://github.com/ByteInternet/hypernode-vagrant/issues/140#issuecomment-543644023 by changing the standard Vagrant port for SSH on the host from 2222 to a higher port such as 4000. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Please note that the Vagrant issue tracker is reserved for bug reports and
enhancements. For general usage questions, please use the Vagrant mailing list:
https://groups.google.com/forum/#!forum/vagrant-up. Thank you!
Vagrant version
Run
vagrant -v
to show the version. If you are not running the latest versionof Vagrant, please upgrade before submitting an issue.
Vagrant 1.8.5
Host operating system
This is the operating system that you run locally.
Windows 10
Guest operating system
This is the operating system you run in the virtual machine.
Not running under Guest , directly under host
Vagrantfile
Please note, if you are using Homestead or a different Vagrantfile format, we
may be unable to assist with your issue. Try to reproduce the issue using a
vanilla Vagrantfile first.
Debug output
Command Executed: vagrant up
Expected behavior
What should have happened?
All three Virtual machines should have booted up
Actual behavior
What actually happened?
Only first one starts
Steps to reproduce
vagrant up
References
Are there any other GitHub issues (open or closed) that should be linked here?
For example:
#7176
The text was updated successfully, but these errors were encountered: