Re: [pve-devel] [PATCH qemu-server] cloudinit: add sshdeletehostkeys option

2021-02-03 Thread aderumier
Le lundi 01 février 2021 à 17:12 +0100, aderum...@odiso.com a écrit : > > > > [0] https://cloudinit.readthedocs.io/en/latest/topics/cli.html#clea > > n > > > The main problem currently is indeed that we change instance-id at > each rebuild of the cloud-init disk. > But I'm not sure that's it's

Re: [pve-devel] [PATCH qemu-server] cloudinit: add sshdeletehostkeys option

2021-02-01 Thread aderumier
Le mercredi 27 janvier 2021 à 17:56 +0100, Mira Limbeck a écrit : > Thank you for the patch. > > It doesn't apply on the latest qemu-server master. Looks like your > Cloudinit.pm file already contained changes which are not part of the > patch. > > Was it just the previous patch you sent? >

Re: [pve-devel] [PATCH qemu-server] cloudinit: add sshdeletehostkeys option

2021-01-27 Thread Mira Limbeck
Thank you for the patch. It doesn't apply on the latest qemu-server master. Looks like your Cloudinit.pm file already contained changes which are not part of the patch. Was it just the previous patch you sent? Some additional comments inline. On 1/14/21 6:11 PM, Alexandre Derumier wrote:

[pve-devel] [PATCH qemu-server] cloudinit: add sshdeletehostkeys option

2021-01-14 Thread Alexandre Derumier
This define behaviour of ssh server keys generation on cloudinit config change. different value: - once : only once at vmstart (default value) - no : never generate ssh key - yes: always generate ssh key When value is defined to 'once', the value is rewriten to 'no' in vmconfig after vm start