From d33059a9136cd417a6a57ad73eef86a73f1d3fdf Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 26 May 2026 23:08:21 -0500 Subject: enable macos agent keys --- common/ssh/.ssh/config | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config index 2300f0d..6929e57 100644 --- a/common/ssh/.ssh/config +++ b/common/ssh/.ssh/config @@ -2,18 +2,14 @@ Host homelab User cmc HostName 192.168.0.97 Port 22 -Host homelab-remote - User cmc - HostName 70.187.29.187 - Port 58219 Host hutch User cmc HostName 159.203.91.165 Port 22 Host * - #AddKeysToAgent yes - #UseKeychain yes - #IdentityFile ~/.ssh/id_ed25519 + AddKeysToAgent yes + UseKeychain yes + IdentityFile ~/.ssh/id_ed25519 #ControlMaster auto #ControlPath ~/.ssh/master-%r@%h:%p #ControlPersist 300 -- cgit v1.2.3