Fixing typo & Clarifying Key name
This commit is contained in:
parent
c54827961a
commit
8b3ab222c3
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ To be able to access repositories on Bitbucket, GitLab will automatically
|
||||||
register your public key with Bitbucket as a deploy key for the repositories to
|
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` which
|
be imported. Your public key needs to be at `~/.ssh/bitbucket_rsa` which
|
||||||
translates to `/var/opt/gitlab/.ssh/bitbucket_rsa` for Omnibus packages and to
|
translates to `/var/opt/gitlab/.ssh/bitbucket_rsa` for Omnibus packages and to
|
||||||
`/home/git/.ssh/bitbucket_rsa.pub` for installations from source.
|
`/home/git/.ssh/bitbucket_rsa` for installations from source.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ Your GitLab server is now able to connect to Bitbucket over SSH. You should be
|
||||||
able to see the "Import projects from Bitbucket" option on the New Project page
|
able to see the "Import projects from Bitbucket" option on the New Project page
|
||||||
enabled.
|
enabled.
|
||||||
|
|
||||||
## Acknowledgemts
|
## Acknowledgements
|
||||||
|
|
||||||
Special thanks to the writer behind the following article:
|
Special thanks to the writer behind the following article:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue