first (insecure) cloud-init configuration

This commit is contained in:
Lukas Greve
2025-08-26 20:17:27 +02:00
parent 7cc9094dff
commit e0518f90b6

View File

@@ -0,0 +1,10 @@
ssh_pwauth: true
chpasswd:
list: |
root:phyllome
expire: False
disable_root: false
runcmd:
- sed -i '/PermitRootLogin/s/.*/PermitRootLogin yes/' /etc/ssh/sshd_config
- systemctl restart sshd