From d4ef158d0969800b9a21ec736d18c61ee9e02c5e Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Sat, 19 Jul 2025 03:11:02 +0200 Subject: [PATCH] fix: update IdentityAgent path in SSH config to use 1password agent --- config/ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/ssh/config b/config/ssh/config index 8e154ff..71b5907 100644 --- a/config/ssh/config +++ b/config/ssh/config @@ -1,6 +1,6 @@ Host * - IdentityAgent SSH_AUTH_SOCK - AddKeysToAgent yes - ForwardAgent yes + IdentityAgent ~/.1password/agent.sock + AddKeysToAgent yes + ForwardAgent yes Include ~/.ssh/config.d/*.conf