mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
coreos-base/oem-vagrant: use insecure key
This commit is contained in:
parent
d56992f819
commit
17b8e08044
@ -10,6 +10,9 @@ require_relative 'configure_networks.rb'
|
|||||||
require_relative 'base_mac.rb'
|
require_relative 'base_mac.rb'
|
||||||
|
|
||||||
Vagrant.configure("2") do |config|
|
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.
|
# SSH in as the default 'core' user, it has the vagrant ssh key.
|
||||||
config.ssh.username = "core"
|
config.ssh.username = "core"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user