It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
3 years agoUse 1password to manage ssh keys in WSL
I have a Windows laptop, but use the WSL for development.
How can I use 1password to manage ssh keys for me for GitHub?
The document https://developer.1password.com/docs/ssh/agent assumes you'r...
Former Member
3 years agoI talk about my experience of getting 1Password working with WSL2 https://justinbarclay.ca/posts/crossing-the-void-with-1password-and-wsl2/, but the TLDR is to call the Windows version of SSH directly in your git config
[core]
sshProgram = "ssh.exe"