Stakeholders access to repositories with SSH authentication

Copper Contributor

Hello,
I'm struggling with sharing SSH link to a repository to some users.
As far as I understand users with Stakeholder level can't see the repositories in Azure DevOps. However, if I share HTTPS link and password they are able to do Git operations, which is what I need, because I don't want them to see the repositories in Azure DevOps (in the browser).
But I want them to clone the repositories with SSH link, not HTTPS. How can I do that, if the users are Stakeholders?
What I tried is to add their SSH public key to a user with Basic level account. This didn't work.

2 Replies

@Pavel_Mitev 

How about creating a custom role?

@Kidd_Ip 

Hi,
The team is part of the "Contributors" group in the Azure project. When I get to Project settings -> Repositories -> Security I see the permissions given to the group, they look like that:

Pavel_Mitev_0-1681104936662.png

 

Isn't that sufficient? If I set up a custom role, I would want to have the same settings.

I guess the thing is that Stakeholders don't get access to repositories, by default. The question is could the administrator give them the access using their SSH key? I assume this is possible, because if Stakeholder uses HTTPS link and a password, he can access. Why SSH authentication wouldn't be possible.