We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65b39eb + a55c123 commit c1de074Copy full SHA for c1de074
1 file changed
Vagrantfile
@@ -44,6 +44,9 @@ if File.exist?(CONFIG)
44
end
45
46
Vagrant.configure("2") do |config|
47
+ # always use Vagrants insecure key
48
+ config.ssh.insert_key = false
49
+
50
config.vm.box = "coreos-%s" % $update_channel
51
config.vm.box_version = ">= 494.5.0"
52
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel
0 commit comments