This project sets your WSL installation to use the SSH agent built into Windows. Did you know there's an SSH Agent built into Windows? What a world!
- Clone the repository from within WSL, to a WSL directory. This tool installs symbolic links which will be completely broken if you clone from Windows to a Windows directory.
- From within the cloned repository, run the following:
sudo make install
## This will show a UAC dialog
wsl-enable-ssh-agent
Then, add a key:
ssh-add ## Here's where you put in your password, once