Files
infra/dotfiles/desktop/.ssh/config
Fabio Scotto di Santolo 10b0a6225b Update desktop SSH defaults
2026-04-28 16:14:19 +02:00

12 lines
258 B
Plaintext

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