Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
XIII
4 years agoSuper Contributor
GPG support? (like SSH)
Would it be possible to add similar support for GPG keys?
81 Replies
- ionosOccasional Contributor
top of my head:
- key servers for verification, web of trust (an SSH commit signature by itself means nothing, if I don't know the key)
- existing workflows based on GPG
- subkeys
- floris_1P
1Password Team
What are the benefits you're seeing of using GPG over SSH for commit signing?
- jauNew Contributor
GPG keys exist in a web of trust outside of the specific platform that I am using to host my code.
- Former Member
I would love to see support for GPG!
As previously stated by some, I use GPG for signing commits with GIT (I also prefer it over SSH keys).
- ionosOccasional Contributor
I think it has all been mentioned before on this thread, but here it does:
- File encryption (e.g. for archiving sensitive information)
- Git comment signing (we prefer it over signing with SSH keys)
- Email encryption/signing
Cheers,
-i - floris_1P
1Password Team
To all the +1'ers in this thread: it would be helpful if you could also describe what you're doing now that requires GPG.
- jauNew Contributor
Signing code commits and releases is my primary use case.
- doubleforteOccasional Contributor
+1
- Former Member
+1
- LucentNew Contributor
Seems like interest is dwindling because many were using GPG for commit signing and SSH can do that as well now. Many of us still use GPG for encrypted communication and file storage.
- Former Member
I also would appriciate to see the gpg support
- Jack_P_1P
1Password Team
Hi @aiguofer:
Thanks for sharing your feedback!
@v1k0d3n:
GitLab.com now supports SSH key commit signing as well: Sign commits with SSH keys | GitLab
With that said, I can definitely see how GPG key management would be helpful as well.
Jack