Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
bronze
2 months agoNew Contributor
Missing op-ssh-sign-wsl on Windows WSL
Hi team. I am trying to use the 1Password SSH Agent with WSL2, but I keep getting this error when SSH is invoked: fatal: cannot exec '/mnt/c/Users/bronze/AppData/Local/1Password/app/8/op-ssh-sign-...
MrMecha
1 month agoNew Contributor
The link isn't attaching like it should but the 1password article is called "Sign Git commits with SSH"
zealialize
1 month agoNew Contributor
Thank you MrMecha-san, for sharing the documentation link. I also looked into it and was able to confirm the correct settings by following the steps in "Configure commit signing in a single repository" described in https://developer.1password.com/docs/ssh/git-commit-signing/#advanced-configuration .
Although some masking has been done, we were able to see the code snippet corresponding to the new path as shown below.
[user]
signingkey = ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[gpg]
format = ssh
[gpg "ssh"]
program = "/mnt/c/Users/{USERNAME}/AppData/Local/Microsoft/WindowsApps/op-ssh-sign-wsl.exe"
[commit]
gpgsign = true