Secure method of creating sudoer password through cloud-init
We have automated a lot of things for server startup via cloud-config, and I want confirmation about whether there is any security concern in the following.
users:
– name: myuser
groups: sudo
shell: /bin/zsh
…
runcmd:
# ch… Continue reading Secure method of creating sudoer password through cloud-init