Cloud-init

From DWIKI
Revision as of 13:09, 29 September 2023 by Tony (talk | contribs) (Created page with "=Documentation= *[http://docs.cloudstack.apache.org/en/latest/adminguide/templates/_cloud_init.html Cloud-init integration] =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: 0")
(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: 0