Cloud-init

From DWIKI
Revision as of 13:11, 29 September 2023 by Tony (talk | contribs) (→‎Keep cloud-init from regerating ssh keys)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

FAQ

Keep cloud-init from regerating ssh keys

Disable all of cloud-init:

touch /etc/cloud/cloud-init.disabled

or add to cloud.cfg:

ssh_deletekeys: false