I'm trying to get VS Code to work properly on my Windows Subsystem for Linux. For some reason, I am not able to permanently store the ssh key, and I am asked for the passphrase each time. I can do a combination of eval ssh-agent
and ssh-add
, but that only works until I leave the terminal. Every time I open a new repo in a new terminal, or restart VS Code I need to do it all over again. Is there any way to make it permanent?
Thanks.
Wojciech