wireguard-setup/packer/qemu/http/seed/user-data
Héctor Molinero Fernández 4c3f2038be Added Makefile
2020-09-29 23:02:32 +02:00

10 lines
224 B
Plaintext

#cloud-config
ssh_pwauth: true
disable_root: false
chpasswd: { list: ["root:toor"], expire: false }
runcmd:
- sed -ni '/^PermitRootLogin\s/!p;$aPermitRootLogin yes' /etc/ssh/sshd_config
- systemctl restart ssh.service