From 41a0835627cd963895ded59efc4c0e4e325edd01 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Mon, 12 Feb 2024 15:08:25 +0000 Subject: [PATCH] [SSH] updated config --- .ssh/config | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) 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