Cloud-init: Difference between revisions

From DWIKI
mNo edit summary
 
Line 2: Line 2:
*[https://cloudinit.readthedocs.io/en/latest/ The cloud-init readthedocs]
*[https://cloudinit.readthedocs.io/en/latest/ The cloud-init readthedocs]
*[http://docs.cloudstack.apache.org/en/latest/adminguide/templates/_cloud_init.html Cloud-init integration]
*[http://docs.cloudstack.apache.org/en/latest/adminguide/templates/_cloud_init.html Cloud-init integration]
 
*[https://github.com/chris2k20/proxmox-cloud-init Proxmox: Use Custom Cloud-Init File (User-Data)]
=FAQ=
=FAQ=
==Keep cloud-init from regerating ssh keys==
==Keep cloud-init from regerating ssh keys==

Latest revision as of 14:36, 28 June 2024

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