diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-03 03:08:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-03 03:08:31 +0000 |
commit | 612a849a6cba1765bc41d30d4e931195dcdf64cf (patch) | |
tree | e4062e4c9852496b731a7de9016553b64a7a433d /doc/ssh/README.md | |
parent | bd8fb5668ae739a83d55ec5ca4a04344eef2167e (diff) | |
download | gitlab-ce-612a849a6cba1765bc41d30d4e931195dcdf64cf.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ssh/README.md')
-rw-r--r-- | doc/ssh/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index 521a2a0876a..c7fdfe697d0 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -124,7 +124,7 @@ To create a new SSH key pair: If, in any case, you want to add or change the password of your SSH key pair, you can use the `-p` flag: - ``` + ```shell ssh-keygen -p -f <keyname> ``` @@ -206,7 +206,7 @@ authenticity of the GitLab host you are connecting to. For example, when connecting to GitLab.com, answer `yes` to add GitLab.com to the list of trusted hosts: -``` +```plaintext The authenticity of host 'gitlab.com (35.231.145.151)' can't be established. ECDSA key fingerprint is SHA256:HbW3g8zUjNSksFbqTiUWPWg2Bq1x8xdGUrliXFzSnUw. Are you sure you want to continue connecting (yes/no)? yes @@ -423,8 +423,9 @@ security risks. The GitLab check process includes a check for this condition, and will direct you to this section if your server is configured like this, e.g.: -``` +```shell $ gitlab-rake gitlab:check + # ... Git user has default SSH configuration? ... no Try fixing it: |