Created
August 24, 2016 18:10
-
-
Save dnase/9ea9830f9b88cda6f319bfb4f521851c to your computer and use it in GitHub Desktop.
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
# 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