Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Host *
ForwardAgent no
StrictHostKeyChecking=accept-new

# 1Password agent - only when no agent is already available (e.g., from forwarding)
Match host * exec "test -z \"$SSH_AUTH_SOCK\""
# 1Password agent - use unless in SSH session (forwarded agent)
Match host * exec "sh -c 'test -z \"$SSH_CONNECTION\"'"
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"