cloud-init support: Disable emmiting keys to console by default
Signed-off-by: paulober <paul.oberosler@raspberrypi.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user