Adding default vagrant credentials to openbsd to get past initial SSH key setup.

This commit is contained in:
Gareth J. Greenaway 2022-11-07 15:36:45 -08:00
parent 5be3b6a62e
commit dd2a95a17c
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@ source "https://rubygems.org"
gem 'test-kitchen', '>= 3.2.2' gem 'test-kitchen', '>= 3.2.2'
gem 'kitchen-salt', '>= 0.7.2' gem 'kitchen-salt', '>= 0.7.2'
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker.git' gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git', :branch => 'main'
group :vagrant do group :vagrant do
gem 'kitchen-vagrant' gem 'kitchen-vagrant'

View file

@ -39,6 +39,10 @@ platforms:
ssh: ssh:
shell: /bin/ksh shell: /bin/ksh
synced_folders: [] synced_folders: []
transport:
name: ssh
username: vagrant
password: vagrant
provisioner: provisioner:
init_environment: | init_environment: |
echo 'auto_accept: true' > /tmp/auto-accept-keys.conf echo 'auto_accept: true' > /tmp/auto-accept-keys.conf