diff --git a/ubuntu-cloud-server-2404-bios/cloud_init.cfg b/ubuntu-cloud-server-2404-bios/cloud_init.cfg new file mode 100644 index 0000000..17c3ed1 --- /dev/null +++ b/ubuntu-cloud-server-2404-bios/cloud_init.cfg @@ -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 \ No newline at end of file