"vscode:/vscode.git/clone" did not exist on "3827aa8ad2e2aa018e6a9f3fa28583ee5b4f8870"
ssh-agent: autoload identities in one go (#7507)
With this PR the ssh-agent plugin loads all identities which are not yet loaded in a single call to ssh-add. If a passphrase is shared between loaded identities it only needs to be entered once. Fixes #7506
Please register or sign in to comment