Last active
August 29, 2015 14:27
-
-
Save linkesch/b39209c7d434e5246181 to your computer and use it in GitHub Desktop.
Fix Vagrant "Warning: Authentication failure. Retrying..."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fix Vagrant "Warning: Authentication failure. Retrying..." error | |
# Add this line to your Vagrant file | |
# https://github.com/mitchellh/vagrant/issues/5186 | |
config.ssh.insert_key = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment