Just a reminder for myself.
Can use in Cloud-init to set password for accounts.
#cloud-config
ssh_pwauth: true
password: password
chpasswd:
list: |
root:password
centos:password
expire: false
Just a reminder for myself.
Can use in Cloud-init to set password for accounts.
#cloud-config
ssh_pwauth: true
password: password
chpasswd:
list: |
root:password
centos:password
expire: false