Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
trinkel
2 months agoNew Contributor
1Password doesn't select public key configured in SSH config
I have two GitHub accounts and have set up my `~/.ssh/config` file per https://developer.1password.com/docs/ssh/agent/advanced#use-multiple-github-accounts. I had this set up before I started using 1...
trinkel
2 months agoNew Contributor
Add a little more info . . .
If I do
git remote show origin
from a command line in the work repository, I get the popup from 1Password to use my default public key. If I accept it, I get a couldn't read repository error. If I deny or escape out, I then get a prompt to enter the passphrase for my work public key. After entering the passphrase, the git command responds as expected.
The situation is similar when using the Git interface in VSCode.