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,5 +1,5 @@
Host *
IdentityAgent SSH_AUTH_SOCK
IdentityAgent ~/.1password/agent.sock
AddKeysToAgent yes
ForwardAgent yes