You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to occur after running these commands?
git not asking for my passphrase since ssh-agent is already set with my rsa-key passphrase
What actually happened instead?
git asks for my passphrase each time I want to push a commit.
I'm using the native Windows 10 ssh program to connect to my servers.
I'm using the ssh-agent aswell to avoid typing the passphrase each time.
Everything works fine.
Now when using git, it asks me to enter the passphrase, because git uses it's internal ssh program instead of the native one.
The question is simple: how can I tell git to use the ssh provided with Windows instead of the one shipped with Git for Windows?
The text was updated successfully, but these errors were encountered:
Setup
Details
PowerShell 5.1.18362.628
git not asking for my passphrase since ssh-agent is already set with my rsa-key passphrase
git asks for my passphrase each time I want to push a commit.
I'm using the native Windows 10 ssh program to connect to my servers.
I'm using the ssh-agent aswell to avoid typing the passphrase each time.
Everything works fine.
Now when using git, it asks me to enter the passphrase, because git uses it's internal ssh program instead of the native one.
The question is simple: how can I tell git to use the ssh provided with Windows instead of the one shipped with Git for Windows?
The text was updated successfully, but these errors were encountered: