[MINOR] Fixed domain name in .ssh/config

This commit is contained in:
Afonso Franco 2023-02-19 23:25:44 +00:00
parent 0f6dddb4b7
commit eba535af3c
Signed by: afonso
GPG key ID: C459E0BB3DCEE899

View file

@ -1,7 +1,7 @@
IdentityFile ~/.ssh/id_ecdsa_sk IdentityFile ~/.ssh/id_ecdsa_sk
IdentityFile ~/.ssh/id_ecdsa_sk_backup IdentityFile ~/.ssh/id_ecdsa_sk_backup
Host gitea.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 1d