Commit fd0b3db6 authored by Chenjerai Katanda's avatar Chenjerai Katanda Committed by Achilleas Pipinellis

Add instruction for configuring host keys on HA secondary servers

parent a7a0932b
......@@ -109,6 +109,12 @@ need some extra configuration.
from running on upgrade. Only the primary GitLab application server should
handle migrations.
1. **Optional** Configure host keys. Copy all contents(primary and public keys) inside `/etc/ssh/` on
the primary application server to `/ets/ssh` on all secondary servers. This
prevents false man-in-the-middle-attack alerts when accesing servers in your
High Availability cluster behind a load balancer.
## Troubleshooting
- `mount: wrong fs type, bad option, bad superblock on`
......
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