aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cloud-init/cloud.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cloud-init/cloud.cfg')
-rw-r--r--testing/cloud-init/cloud.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/cloud-init/cloud.cfg b/testing/cloud-init/cloud.cfg
index a526cdb5e2..26f1362448 100644
--- a/testing/cloud-init/cloud.cfg
+++ b/testing/cloud-init/cloud.cfg
@@ -18,6 +18,7 @@ ssh_pwauth: false
syslog_fix_perms: root:root
ssh_deletekeys: false
+ssh_genkeytypes: [rsa, dsa]
cloud_init_modules:
- seed_random
@@ -65,10 +66,10 @@ system_info:
# Default user name + that default users groups (if added/used)
default_user:
name: alpine
+ lock_passwd: false
gecos: Alpine
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
- shell: /bin/bash
- lock_passwd: false
+ shell: /bin/ash
# Other config here will be given to the distro class and/or path classes
paths:
cloud_dir: /var/lib/cloud/