Skip to content

Release v0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 12:59
cloudconfig: do not touch PasswordAuthentication

We have some application where we set PasswordAuthentication to "yes" in
sshd_config. This has always worked, but for some reason cloud-init
recently started setting it back to "no".

Tell cloud-init to just not touch our config by setting ssh_pwauth to
unchanged.