docs(bootstrap): document desktop, initramfs, and FDE features with SSH keepalive config

This commit is contained in:
2026-04-01 15:07:58 +02:00
parent 3623fc292c
commit b11d65a6f3
2 changed files with 32 additions and 1 deletions

View File

@@ -3,3 +3,6 @@ hash_behaviour = merge
interpreter_python = auto_silent
deprecation_warnings = False
host_key_checking = False
[ssh_connection]
ssh_args = -C -o ControlMaster=auto -o ControlPersist=600s -o ServerAliveInterval=30 -o ServerAliveCountMax=10