I'm not sure if I'm doing this right but I'm trying to avoid using a certain user account and password to push/pull/etc on our various test/local servers which have multiple repos spread across them, like so:
Server 1: repo 1 and 2
Server 2: repo 3 and 4
Server 3: repo 5
(where the test servers are duplicates of our local computer servers)
We're all OK generating our own keys for our local computers (since we'd be using our own Bitbucket accounts for them anyways), but on Test and Sandbox, we don't want to use a certain user as that means all developers have to know that user's password.
When I create an ssh key for a server and paste it into a repo's settings in Bitbucket, it works fine but says it has read-only access.
I read I can make a key on my account with read-write access, but pasting that same public id_rsa.pub key value there says it's already being used...
Is what I'm asking even possible? I set the server repo remotes to the SSH clone value git@bitbucket.org:ourcompany/ourrepo.git but of course that seems to only allow me read-only access, and I'm not seeing how to give it full read-write access for our server's public key.
Would we need to create separate users for our server instances, like sandboxuser@ourcompany'.com?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.