Basically I'd like to specify ssh public keys that give SSH read access to one particular project. This is mainly nice when having multiple private repositories since I can then give each VPS only access to the single repo they need instead of all of them (even worse if I have to give them write access as well, would be rather insecure IMO).
Basically I'd like to specify ssh public keys that give SSH read access to one particular project. This is mainly nice when having multiple private repositories since I can then give each VPS only access to the single repo they need instead of all of them (even worse if I have to give them write access as well, would be rather insecure IMO).
Not yet