Files
advanced-libvirt-terraform-…/ubuntu-cloud-server-2404-bios/cloud_init.cfg
2025-08-26 20:17:27 +02:00

10 lines
204 B
INI

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