Skip to content

Commit a55c123

Browse files
committed
fix(Vagrantfile): disable replacing of default insecure key
1 parent aba19e7 commit a55c123

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Vagrantfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ if File.exist?(CONFIG)
4444
end
4545

4646
Vagrant.configure("2") do |config|
47+
# always use Vagrants insecure key
48+
config.ssh.insert_key = false
49+
4750
config.vm.box = "coreos-%s" % $update_channel
4851
config.vm.box_version = ">= 494.4.0"
4952
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel

0 commit comments

Comments
 (0)