Hello, I have a specific case on a server where I currently host 80 clients that use the "same site", that is, they use the same repository on github.
So to authenticate I create a ssh key on everyone and add it to the github account. So my git account has more than 80 keys just to authenticate a single repository.
Is it possible to generate a single key and share it with all users?
It would help a lot in the automation of account creation for this case of users.
So to authenticate I create a ssh key on everyone and add it to the github account. So my git account has more than 80 keys just to authenticate a single repository.
Is it possible to generate a single key and share it with all users?
It would help a lot in the automation of account creation for this case of users.