Skip to content

Commit

Permalink
prevent generation of random SSH keys done in hashicorp/vagrant#2608
Browse files Browse the repository at this point in the history
  • Loading branch information
brookingcharlie committed May 12, 2015
1 parent 5eec9a0 commit 713a8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -4,6 +4,7 @@ Vagrant.configure(2) do |config|
c.vm.box = "ubuntu/trusty64"
c.vm.hostname = "ansible-#{i}"
c.vm.network "public_network"
c.ssh.insert_key = false
end
end
end

0 comments on commit 713a8c9

Please sign in to comment.