Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
ammonkc
10 months 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
10 months 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.