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:
|
||||
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
|
||||
# regenerate_ssh_host_keys.service will take care
|
||||
# of it on first boot
|
||||
|
||||
Reference in New Issue
Block a user