You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: