Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
altano
3 years agoOccasional Contributor
SSH agent stopped working after macOS migration
Problem:
1Password and the SSH agent were working fine. I migrated macs by migrating my entire user over and 1Password's agent stopped working, and I can't seem to fix it. Note that while migratin...
floris_1P
1Password Team
3 years agoI've ruled out my ssh config as causing the problem (by connecting without it):
$ ssh -F none \
-o "PreferredAuthentications publickey" \
-o "IdentityAgent ~/.1password/agent.sock" \
-o "IdentitiesOnly yes" \
red
alan@red: Permission denied (publickey).
What happens if you try without IdentitiesOnly yes
? Or if you add IdentityFile ~/path/to/public-key
?