Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pushing to TFS git using public/private key

Tags:

I have a TFS server which is using git for source-control. How do I use ssh style public/private keys to push/pull/fetch from the TFS server? That is, where do I add my public key on the TFS server?

like image 478
Marius Avatar asked Aug 23 '13 08:08

Marius


People also ask

How do I clone a Git repository in Visual Studio using SSH?

After you sign in, Visual Studio returns to the Clone a repository dialog, where the Open from GitHub window lists all the repositories that you have access to. Select the one you want, and then select Clone. If a list of repositories doesn't appear, enter the location of your repo, and then select Clone.


1 Answers

As per DaveShaw's comment, it's currently not supported as there is a Change request on the visual studio feedback portal.

https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3801342-add-support-for-ssh-keys-as-alternate-authenticati

like image 123
abbottdev Avatar answered Nov 03 '22 05:11

abbottdev