Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years ago1password SSH Agent + WSL2?
Was wondering if any developers has had any luck configuring the newly introduced https://developer.1password.com/docs/ssh for any WSL2 work? This thing is incredible and works seamlessly! Would love...
Former Member
2 years agoI found if I call git.exe from Windows, then it works, which is interesting. I don't think this is a good solution though, just a data point to consider.
WSL Linux git fails:
❯ git verify-commit ff81f0477b7c55d86e991b5c3b0e799ba5b563f1 -v --raw
tree 960ce5311eade9d420f2a557d630424e1a4735a9
parent edb2f4b404a57eef4dc47aa9339bfabef69badb7
author Christen Lofland mailto:christen@lofland.net 1704381804 -0600
committer Christen Lofland mailto:christen@lofland.net 1704381804 -0600
Testing commit signing.
Could not verify signature.
Windows git works from WSL Linux:
❯ git.exe verify-commit ff81f0477b7c55d86e991b5c3b0e799ba5b563f1 -v --raw
Good "git" signature for mailto:christen@lofland.net with ED25519 key SHA256:2gc97CZMkWFFGxBFe9sPUlpSEvTf8lnIC3MBJDB4gG0
tree 960ce5311eade9d420f2a557d630424e1a4735a9
parent edb2f4b404a57eef4dc47aa9339bfabef69badb7
author Christen Lofland mailto:christen@lofland.net 1704381804 -0600
committer Christen Lofland mailto:christen@lofland.net 1704381804 -0600
Testing commit signing.