Skip to content
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

Test: Git - Support SSH keys with a passphrase #161789

Closed
3 tasks done
lszomoru opened this issue Sep 26, 2022 · 2 comments
Closed
3 tasks done

Test: Git - Support SSH keys with a passphrase #161789

lszomoru opened this issue Sep 26, 2022 · 2 comments

Comments

@lszomoru
Copy link
Member

lszomoru commented Sep 26, 2022

Refs: #13680

Complexity: 4

Create Issue


This milestone we have added support for using SSH keys with a passphrase when they are not added to the ssh-agent.

Prerequisites

Testplan

  • Launch VS Code Insiders
  • Navigate to a private repository on GitHub, expand the "Code" button and grab the SSH clone URL
  • Open the integrated terminal, create a new folder and clone the repository using the SSH clone URL
    • Confirm that you are prompted for a passphrase in the terminal
  • Open the cloned repository in VS Code Insiders
  • Make a change to a file and commit the changes
  • Use the command palette to invoke the "Git: Push" command
    • Confirm that a quick input is being shown to enter the passphrase
  • Enter the passphrase and hit Enter
    • Confirm that the change is being pushed to the remote repository
  • Make a change to a file and commit the changes
  • Use the command palette to invoke the "Git: Push" command
    • Confirm that a quick input is being shown to enter the passphrase
  • Press Escape without entering the passphrase
    • Confirm that the push does not occur and no errors are being shown
@lszomoru lszomoru added this to the September 2022 milestone Sep 26, 2022
@4c74356b41
Copy link

sorry, Im not familiar with vscode sprints or something like that. when can we expect this feature to go live?

@lszomoru
Copy link
Member Author

@4c74356b41, this feature will be included in the next Stable release that is planned around October 5th.

@roblourens roblourens removed their assignment Sep 28, 2022
@aiday-mar aiday-mar removed their assignment Sep 28, 2022
@paulacamargo25 paulacamargo25 removed their assignment Sep 28, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants