Running VS Code 1.0.0 on Windows, trying to push to bitbucket using SSH auth.
Issue is similar to: To use <git push> on Visual Studio Code, but show "Could not read from remote repository."
However, in my case the credentials in /User/profile/.ssh
are already on my bitbucket account and if I CTRL+SHIFT+P, CTRL+SHIFT+C everything works fine in the windows cli.
Actually, it seems every other method I've tried seems to pick up those credentials such as git gui and other gui tools. VS Code seems to be the only outlier.
Which credentials is VS Code attempting to use? Is that configurable?
Edit:
Using Process Monitor to look for access to key files during fetch/pull/push
from Code only seems to show /User/profile/.ssh/id_rsa
getting looked up, which is the correct key.
I would expect VS Code to prompt for credentials after trying to use that key, but, still get Permission Denied (publickey)