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
