It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
robertodr
3 years agoOccasional Contributor
Signing git commits fails
I have set up 1Password to be my SSH agent. I've followed this guide to also sign my commits with my SSH instead of my GPG key. However, I get:
```
$ git commit -m "chore: evaluate up to order 32...
robertodr
3 years agoOccasional Contributor
It seems it was actually an issue with system authentication not being correctly integrated. After doing what suggested here: https://1password.community/discussion/comment/634787/#Comment_634787 I'm able to sign with the SSH key managed by the 1Password agent!