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
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