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 is failing
When using IdentitiesOnly yes in an SSH config, ssh.exe always asks for the encryption key of a an encrypted authentication key, even if
this key is loaded in ssh-agent and
AddKeysToAgent yes is set in the same config files (even though the key is added to the agent).
I do not think this is intended behavior.
This behavior has been described in #1133 (comment), but that issue has been closed, probably because there were a host of tangent issues discussed.
Expected output
The key should be obtainted from the ssh-agent.
Actual output
It is not.
flauflauf, bbeckford, mpdude, dangra, MiroslavMikus and 1 more