diff --git a/.ssh/config b/.ssh/config index 8f8c605..a00b423 100644 --- a/.ssh/config +++ b/.ssh/config @@ -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