chore: added ssh alias for git.olympuslab.net (gon)

This commit is contained in:
Afonso Franco 2023-06-02 02:13:04 +01:00
parent 307dbcdbb8
commit cd0c81900a
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

View file

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