Categories
Workflow

SSH Authentication in WSL

Seems like the ssh-agent can go to sleep.

Within WSL I ran:

eval `ssh-agent`
ssh-add -l  //to see keys in use
ssh-add ~/.ssh/my_private_key  // to add it