It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agoMacos Monterey: git not working with the ssh agent
Hi,
I'm trying to use the ssh agent with git and no dice. I'm using two different key: one to connect to almost every server, and one specific for Github. Both are ed25519 and works fine when not...
Jack_P_1P
1Password Team
3 years agoHey @ArcanumXIII:
Thanks for confirming. I've done some more testing, and it seems like if SSH is offering a public key, but the server isn't responding, it's likely that the public key isn't recognized by the server.
Just to double check that your key is configured with GitHub, navigate to https://github.com/settings/keys. Here, click New SSH key. Choose Authentication Key, and if you have 1Password installed in your browser, your SSH keys will be suggested. Click your GitHub key to fill.
After doing that, try ssh -T github.com
again. If you're still running into trouble after that step, please try ssh -Tvv github.com
and share the logs with us via email at businesssupport@1password.com
. Thanks!
Jack