-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS Code incessantly invokes an OpenSSH dialog #7821
Comments
Not really a solution, but |
@OneOfOne Thank you! That removed the annoying dialog prompt scenario. |
Disabling auto fetch or setting up a credential manager solves it. |
Thank you @joaomoreno ... As of today, disabling auto fetch appears to be the only option when using SSH. |
I know this was closed awhile ago, but I thought I'd chime in that this same thing was occurring for me. Following the top answer here worked for me: http://stackoverflow.com/questions/10032461/git-keeps-asking-me-for-my-ssh-key-passphrase In git bash:
VSCode: 1.12.1 |
I'm using the git bash terminal on Windows 10 to work with repos. When I use a repo where I used SSH to connect to the remote repo, I get an OpenSSH dialog that requests my passphrase with 'Enter passphrase for key /c/..id_rsa'. The dialog gives me an OK and Cancel button. I press either one, the dialog goes away. It seems to pop up about every 5 to 10 minutes or so. It is driving me nuts.
Steps to Reproduce:
code . &
The text was updated successfully, but these errors were encountered: