Files
infra/dotfiles/desktop/.ssh/config
2026-04-16 19:05:25 +02:00

8 lines
178 B
Plaintext

Host *
ControlMaster auto
ControlPath ~/.local/state/ssh/sockets/%r@%h-%p
ControlPersist 600
Compression yes
ServerAliveInterval 60
ServerAliveCountMax 3