[MINOR] changed .ssh/config to use the new keys

This commit is contained in:
Afonso Franco 2023-03-11 20:51:42 +00:00
parent 4749e843f9
commit 851d5d4dd1
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,7 +1,7 @@
IdentityFile ~/.ssh/id_ecdsa_sk IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ecdsa_sk_backup IdentityFile ~/.ssh/id_ed25519_sk_secondary
Host git.olympuslab.net github.com Host git.olympuslab.net github.com
ControlMaster auto ControlMaster auto
ControlPath ~/.ssh/session.%r@%h:%p ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 1d ControlPersist 5m