Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
jming
2 years agoNew Contributor
Windows SSH agent + WSL2 Git: 1Password SSH prompt appears but commit remains unsigned
I am trying to setup Git commit signing with SSH inside WSL2. I followed all the instructions for setting up 1Password SSH in WSL, and I can use my keys in 1Password totally fine using ssh.exe direct...
floris_1P
1Password Team
2 years agoCould you check if the raw commit has a signature?
git cat-file commit <commit-hash>
If it does, then you should see:
-----BEGIN SSH SIGNATURE-----