Pushing to TFS git using public/private key

git, public-key-encryption, tfs

Solution

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

Problem

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?

Original source

Related problems