Disable ssh fingerprint to console

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

View File

@@ -9,6 +9,7 @@ datasource:
# users can decide whether to enable it manually. # users can decide whether to enable it manually.
ssh: ssh:
emit_keys_to_console: false emit_keys_to_console: false
no_ssh_fingerprints: true
# 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