diff options
author | TBK <tbk@jjtc.eu> | 2018-06-24 21:32:01 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-16 20:44:23 +0000 |
commit | 802ebae0b8449fdc6e5c152143362c530353a92b (patch) | |
tree | 68b79bbdd1eae18a9ad26d28cc3111732dd3a1a5 /testing/cloud-init/cloud.cfg | |
parent | 1b8868650ab5dcafa306b01f675338f0e458cd14 (diff) | |
download | aports-802ebae0b8449fdc6e5c152143362c530353a92b.tar.bz2 aports-802ebae0b8449fdc6e5c152143362c530353a92b.tar.xz |
testing/cloud-init: upgrade to 18.3, modernize
Diffstat (limited to 'testing/cloud-init/cloud.cfg')
-rw-r--r-- | testing/cloud-init/cloud.cfg | 5 |
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/ |