Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoSSH Agent won't list my Keys
Hello everyone,
I just started using op SSH agent on both windows and Mac, but there's an issue on Mac. Whenever I try to list my keys with the command ssh-add -l it returns The agent has no ide...
floris_1P
1Password Team
3 years agoCould you try with the SSH_AUTH_SOCK
environment variable set? ssh-add -l
does not support SSH config hosts, because there is no host when running ssh-add
.