[SSH] updated config

This commit is contained in:
Afonso Franco 2024-02-12 15:08:25 +00:00
parent 40e07a6599
commit 41a0835627
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys

View file

@ -1,7 +1,3 @@
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
IdentityFile ~/.ssh/id_rsa
Host gon
ControlMaster auto
HostName git.olympuslab.net
@ -9,6 +5,18 @@ Host gon
Port 522
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
Host gh
ControlMaster auto
HostName github.com
User git
Port 22
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m
IdentityFile ~/.ssh/id_ed25519_sk
IdentityFile ~/.ssh/id_ed25519_sk_secondary
Host Search
ControlMaster auto
@ -18,3 +26,12 @@ Host Search
IdentityFile ~/.ssh/id_search
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m
Host Fixo
ControlMaster auto
HostName 10.8.0.9
User afonso
Port 22
IdentityFile ~/.ssh/id_rsa
ControlPath ~/.ssh/session.%r@%h:%p
ControlPersist 5m