Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
jming
3 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
3 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-----