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 agoGlad to hear that it's working for you now! Though still a bit of mystery how a macOS migration/upgrade could impact this.
About IdentitiesOnly
: it actually does work with IdentityAgent
, as long as you also specify IdentityFile
(with a public key). IdentitiesOnly
basically tells SSH clients: don't try every key you can find out there, but only use what's set as -i
/ IdentityFile
for this command or host. So if there's no IdentityFile
specified, the command will fail.