coreos-base/oem-vagrant: use insecure key

This commit is contained in:
Alex Crawford 2015-06-11 12:47:35 -07:00
parent d56992f819
commit 17b8e08044

View File

@ -10,6 +10,9 @@ require_relative 'configure_networks.rb'
require_relative 'base_mac.rb'
Vagrant.configure("2") do |config|
# always use Vagrants insecure key
config.ssh.insert_key = false
# SSH in as the default 'core' user, it has the vagrant ssh key.
config.ssh.username = "core"