mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
12 lines
258 B
Plaintext
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
|