vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Prompt for ssh key phrase #812

Open JoyJulianGomes opened this issue 1 year ago • 2 comments

Currently when using git with ssh keys without ssh key phrase, actions such as push, pull, fetch etc works from the extension without any problem.

But when using git with ssh keys pass phrse, these actions fails and the following alert is shown. image

To avoid this issue, the extension can prompt for the ssh pass and that would resolve this shortcoming.

JoyJulianGomes avatar Apr 05 '24 02:04 JoyJulianGomes

Odd... I could have sworn I had previously used the extension with passphrase-protected SSH keys... but maybe my memory fails me.

In any case I'd like to give a big 👍 to this ticket!

CrazyKidJack avatar Apr 12 '24 17:04 CrazyKidJack

It may not have been Git Graph that was prompting you. VS Code itself gives you the chance to enter your passphrase (e.g. when using the built-in Source Control sidebar), but AFAIK Git Graph itself doesn't support that.

benblank avatar Jul 30 '24 00:07 benblank