I have set up a new git repository and added only one public key of a developer to the authorized_keys
file. But all the other users from other systems are also able to clone the contents of my git repo without being added in this file.
Where am I doing a mistake ? Can anyone guide me?
My ultimate aim is to have read/write access to only a set of developers and not to all the users.
Thanks