Skip to content

Instantly share code, notes, and snippets.

@dnase
Created August 24, 2016 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnase/9ea9830f9b88cda6f319bfb4f521851c to your computer and use it in GitHub Desktop.
Save dnase/9ea9830f9b88cda6f319bfb4f521851c to your computer and use it in GitHub Desktop.
# stop Vagrant from trying to insert a secure key (makes authentication fail for me)
Vagrant.configure("2") do |config|
config.ssh.insert_key = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment