OpenSSH is available by default on Windows!
Make sure that it's available in the additional features menu.
Then activate the Open SSH service (it seems to be deactivated by default)
use the command ssh-add to add your existing keys. They will be added by default the next time you'll restart your computer.
For git, set an environment variable called GIT_SSH to avoid conflicts.
I found the answer in this stackoverflow answer.
Comments
Post a Comment