Reputation: 1957
I'm excited that VSTS is supporting Git with SSH authentication. Unfortunately I cannot figure out where within the Visual Studio Team Services website to upload my SSH key.
The articles linked to below makes it sound easy, but I'm struggling. Can someone direct me by chance?
https://msdn.microsoft.com/en-us/library/bb187345%28v=vs.80%29.aspx
https://blogs.msdn.microsoft.com/visualstudioalm/2016/01/11/git-experience-futures-january-2016/
Upvotes: 3
Views: 3320
Reputation: 5223
SSH support for Git repos in Visual Studio Team Services is currently in private preview being tested. If the experience works out well, then it will be deployed to all customer accounts. Here is the current documentation for the SSH experience: Use SSH Keys to Authenticate with Visual Studio Team Services
Upvotes: 2
Reputation: 7762
The Git support for VSTS is yet to rolled out for all the accounts. Once it is rolled out.
You can manage your ssh keys by clicking on Clone
in the Code
tab and then Manage Your SSH keys
Upvotes: 4
Reputation: 3125
Here's the latest post on Git for VSTS: https://blogs.msdn.microsoft.com/visualstudioalm/2016/04/14/git-experience-futures-april-2016/
The SSH support for Git is yet to be released.
Hope this helps.
Upvotes: 1