Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
dnk
3 years agoNew Contributor
SSH Keys - The agent has no identities.
Hi there, I am attempting to setup my SSH keys during my trial period (evaluating 1password). I followed the docs, and when I test for the keys, I get the above error, and when I authenticate to a s...
Former Member
2 years agoHey together,
I am also facing the issue that 1Password (Version 8.10.7) does not recognize my SSH keys for signing commits.
They are inside my personal vault and they worked before. But a few days/weeks ago they stopped working.
Running "ssh-add -l" shows "The agent has no identities." although I have 3 SSH keys in my personal vault.
My SSH config:
Host *
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
My git config:
[user]
signingkey = ssh-ed25519
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit]
gpgsign = true
The issue occurs both an MacOO 13.4 (22F66) and Windows 11. I am using git version 2.39.2
Could you help me solve this? Thanks!