fix: update IdentityAgent path in SSH config to use 1password agent

This commit is contained in:
2025-07-19 03:11:02 +02:00
parent 10374bc2e6
commit d4ef158d09

View File

@@ -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