I use cmder , which runs ConEmu on Windows 8.1.
It has built-in Git functionality, so I can pull / push the Git repositories in the console (like the Linux console).
For authentication, I use the SSH private secret key with a password. If I do git pushWith ConEmu, it will ask me for the key password every time. I can enter "start-ssh-agent" and enter the password once, and it will automatically authenticate me in this ConEmu window, however, if I close or open another window, I need to run the command again.
How can I run an ssh agent that will authenticate my key in every ConEmu window?
source
share