diff --git a/dotfiles/desktop/.ssh/config b/dotfiles/desktop/.ssh/config index 67aed87..92e4104 100644 --- a/dotfiles/desktop/.ssh/config +++ b/dotfiles/desktop/.ssh/config @@ -1,4 +1,8 @@ +Host vps + IdentityFile ~/.ssh/id_rsa_vps + Host * + IdentityFile ~/.ssh/id_ed25519 ControlMaster auto ControlPath ~/.local/state/ssh/sockets/%r@%h-%p ControlPersist 600