I'd like to connect (an Omnibus install of) GitLab to Bitbucket. According to the documentation, I need to create and store a public key for it:
GitLab will automatically register your public key with Bitbucket as a deploy key for the repositories to be imported. Your public key needs to be at ~/.ssh/bitbucket_rsa.pub, which will expand to /home/git/.ssh/bitbucket_rsa.pub in most configurations.
The fact is I don't have a /home/git
. How could I know, then, where I must create the public key, so that GitLab notices it and registers it automatically?