8 lines
122 B
Text
8 lines
122 B
Text
#cloud-config
|
|
user: test
|
|
chpasswd:
|
|
list: |
|
|
root:weakpassword
|
|
test:weakpassword
|
|
expire: False
|
|
ssh_pwauth: True
|