Files
infra/dotfiles/desktop/.ssh/config
2026-09-08 18:56:00 +02:00

12 lines
272 B
Plaintext

Host prometheus-ubuntu
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