cloud-init support: Disable emmiting keys to console by default

Signed-off-by: paulober <paul.oberosler@raspberrypi.com>
This commit is contained in:
paulober
2025-10-06 10:46:18 +00:00
committed by XECDesign
parent c2096dbf89
commit db9a45ca9d

View File

@@ -5,6 +5,11 @@ datasource:
NoCloud: NoCloud:
seedfrom: file:///boot/firmware seedfrom: file:///boot/firmware
# Leave SSH key emission to console disabled so that
# users can decide whether to enable it manually.
ssh:
emit_keys_to_console: false
# Disable SSH host key generation # Disable SSH host key generation
# regenerate_ssh_host_keys.service will take care # regenerate_ssh_host_keys.service will take care
# of it on first boot # of it on first boot