Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
beamer908
6 days agoNew Member
SSH agent not working from `.ssh/config` in macOS
This worked until recently but I'm no longer able to load identities when using the following in my `.ssh/config` file: Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t...
beamer908
3 hours agoNew Member
Hmm, before today I wasn't able to use the actual keys with just the IdentityAgent configuration but now I am. It correctly prompts for key use in 1Password. However, without the `SSH_AUTH_SOCK`, I'm not able to see the identities. Is it always required to use the `SSH_AUTH_SOCK` for `ssh-add -l` to work? I don't remember using t hat variable in the past.