Commit b7f7b434 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'lm-docs-fix' into 'master'

Fixing typo & Clarifying Key name

There was a small typo in this file and the key type was incorrect. Fixed both. 🎂

See merge request !923
parents c8e875aa 6ddf4f05
...@@ -123,7 +123,7 @@ To be able to access repositories on Bitbucket, GitLab will automatically ...@@ -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 ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment