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 ago1password seems to include my SSH private key in the tag message when signing a git tag.
I am using 1Password and the SSH agent to store my SSH keys and sign git commits, and it works great!
However, when I sign a git tag my private key is included in the tag message. This is then dis...
Former Member
3 years agoAh yes, that is obvious in hindsight. GitLab prints out the entire signature when displaying the tags and makes it very hard to read. So I guess the issue is with GitLab, or is it that they expect it to be signed differently to GitHub?