Commit 2b2f29a8 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'john_long-add-note-to-ssh-section-geo-docs' into 'master'

Add note to ssh host keys section in geo docs

See merge request gitlab-org/gitlab!45590
parents 2fb64612 eb13b384
......@@ -170,6 +170,11 @@ keys must be manually replicated to the **secondary** node.
sudo service sshd reload
```
1. Verify SSH is still functional.
SSH into your GitLab **secondary** server in a new terminal. If you are unable to connect,
verify the permissions are correct according to the previous steps.
### Step 3. Add the **secondary** node
1. SSH into your GitLab **secondary** server and login as root:
......
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