Running SSH Agent when starting Git Bash on Windows

I am using git bash. I have to use

eval `ssh-agent.exe`
ssh-add /my/ssh/location/

every time when I start a new git bash.

Is there a way to set ssh agent permanently? Or does windows has a good way
to manage the ssh keys?

I’m a new guy, please give me detailed tutorial, thanks!

10 Answers
10

Leave a Comment