It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
dnk
4 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
4 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