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 agoThis worked perfectly, thank you so much!
In summary, I followed the windows instructions, and then, in wsl, in ~/.gitconfig
, I put
[core]
sshCommand = "ssh.exe"