Remember git passphrase in WSL
I run Windows 10 with WSL. I have the desired behaviour on one computer, but cannot replicate elsewhere. Here's what I'm after: First time I run a remote git command using my ssh key, git prompts me for the passphrase Subsequent times no prompt, including in new terminal windows (I use ConEmu) When all console windows are closed, back to #1 Things I've tried: using eval $(ssh-agent) , followed by ssh-add ; it will remember the passphrase, but if I put it in my ~/.bash_profile then it prompts me for every new console window, and I open a lot - many of which I'm not using git in. setting git