Skip to content
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

automatic key insertion is stuck #6

Open
msimonin opened this issue Mar 8, 2017 · 0 comments
Open

automatic key insertion is stuck #6

msimonin opened this issue Mar 8, 2017 · 0 comments

Comments

@msimonin
Copy link
Owner

msimonin commented Mar 8, 2017

When vagrant detects an insecure key it tries to automatically inject a new one.
This works fine until vagrant tries to close the connection (made with the original one) before reconnecting with the new key. Vagrant stucks on closing the connection.
Killing the corresponding ssh process makes vagrant to progress but isn't a right workaround.

As a workaround one may use config.ssh.insert_key=false in the Vagrantfile.
It will prevent Vagrant to inject the new key in the vm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant