When I run ssh-agent in gitbash, I get two processes one has 25% CPU the other 0, and gitbash hangs. If I use a git client and interact with the remote, I get ssh processes running at 12% CPU and the client hangs.
If I run "where ssh" I get the following:
C:\Program Files\Git\usr\bin\ssh.exe
C:\Windows\System32\OpenSSH\ssh.exe
Looking at other similar issues, I'm wondering if I'm getting a race condition between two processes due to two locations of ssh.
How are these locations managed? I've tried altering and deleting my GIT_SSH environment variable, but it's not having any impact.
I'm running Windows 10 and git version 2.30.1.windows.1