From f4f6cc814980e291ee2b630673384d54032b07ef Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Fri, 6 Mar 2026 17:35:41 +0000 Subject: [PATCH] ssh configs --- ssh/files/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ssh/files/config b/ssh/files/config index 6299eb0..846b489 100644 --- a/ssh/files/config +++ b/ssh/files/config @@ -41,7 +41,7 @@ Host gitea.unrail.xyz IdentityFile ~/.ssh/gitea-unrail AddKeysToAgent yes -Host mac-attio +Host mac mac-attio HostName 192.168.1.205 User thomasglopes IdentityFile ~/.ssh/mac-attio @@ -50,6 +50,8 @@ Host mac-attio LocalForward 443 localhost:443 LocalForward 8081 localhost:8081 LocalForward 8082 localhost:8082 + LocalForward 54043 localhost:54043 + IdentitiesOnly yes Host linux-pc HostName 192.168.1.80