Skip to content

Commit

Permalink
use 1password ssh-agent when available
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagowfx committed Jun 23, 2024
1 parent 66f9819 commit 71589be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ssh/.ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Host *
# default lifetime, as if by ssh-add(1).
AddKeysToAgent yes

# Use 1Password SSH agent when available
# macOS only
# Linux: "~/.1password/agent.sock"
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"

# This is a macOS only option that looks for passwords for the keys
# in the keychain. Ignore if it is an unknown option.
# https://apple.stackexchange.com/q/48502/150911
Expand Down

0 comments on commit 71589be

Please sign in to comment.