Commit 195ee821 authored by Stan Hu's avatar Stan Hu

Merge branch 'da-geo-replicate-ssh-keys-docs' into 'master'

Resolve "Geo docs: Second SSH restart only considers ‘ssh’ not ‘sshd’"

Closes #5263

See merge request gitlab-org/gitlab-ee!4990
parents 47161b7d c51b9d6f
......@@ -127,7 +127,11 @@ keys must be manually replicated to the secondary node.
1. Restart sshd:
```bash
service ssh restart
# Debian or Ubuntu installations
sudo service ssh reload
# CentOS installations
sudo service sshd reload
```
### Step 3. Add the secondary GitLab node
......
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