Skip to content

Instantly share code, notes, and snippets.

@linkesch
Last active August 29, 2015 14:27
Show Gist options
  • Save linkesch/b39209c7d434e5246181 to your computer and use it in GitHub Desktop.
Save linkesch/b39209c7d434e5246181 to your computer and use it in GitHub Desktop.
Fix Vagrant "Warning: Authentication failure. Retrying..."
# 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