Skip to content

Commit

Permalink
Merge pull request #733 from konstruktoid/keytype
Browse files Browse the repository at this point in the history
set ssh key type for noble
  • Loading branch information
konstruktoid authored Sep 21, 2024
2 parents 3802970 + 8cfcdbf commit 9dff568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ platforms:
box: bento/ubuntu-24.04
config_options:
vm.boot_timeout: 600
ssh.key_type: ed25519
instance_raw_config_args:
- vbguest.auto_update = false
memory: 1024
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ platforms:
box: bento/ubuntu-24.04
config_options:
vm.boot_timeout: 600
synced_folder: false
ssh.key_type: ed25519
instance_raw_config_args:
- vbguest.auto_update = false
provider_raw_config_args:
Expand Down

0 comments on commit 9dff568

Please sign in to comment.