[MINOR] added ssh alias for git.olympuslab.net (gon)

This commit is contained in:
Afonso Franco 2023-06-02 02:13:04 +01:00
parent b9167a0cac
commit 430e2a1c12
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,7 +1,10 @@
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
Host git.olympuslab.net github.com
ControlMaster auto
ControlPath ~/.ssh/session.%r@%h:%p
Host gon
ControlMaster auto
HostName git.olympuslab.net
User git
Port 522
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m