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
3 years agoI've been running into a very similar error trying to setup the 1Password SSH Agent. Eventually I was able to sort out that mine was due to my SSH key being in my "Work" vault, not my "Private" vault.
Differences in my environment:
- Fedora 35
- Chrome Browser
- ~/.ssh/config
ssh_config
Host *
IdentityAgent ~/.1password/agent.sock
IdentityFile ~/.ssh/id_op.pub
IdentitiesOnly yes