Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
ammonkc
2 years agoNew Contributor
1password SSH agent issue
Hi,
my 1password ssh agent is not working properly. I have followed all the setup steps but ssh doesn't seem to be able to use the ssh-agent.
SSH Agent is enabled and running.
SSH_AUTH_SOCK ...
Michael_Mercuri
2 years agoFrequent Contributor
As a troubleshooting step, try adding the following to your ~/.ssh/config
file above the Host *
entry:
Host github.com
User git
UseKeychain no
AddKeysToAgent no
ForwardAgent no
Even if this doesn't fix the issue, it would be preferable to what you have for github.com.