docs: compress Git Access section

This commit is contained in:
russell@unturf.com 2026-02-05 09:30:40 -05:00
parent f5545d28d0
commit 7cdefaa0d7

View file

@ -586,19 +586,7 @@ clients/
## Git Access ## Git Access
SSH to git.unturf.com uses **port 2222** (GitLab runs in Docker). Configure ~/.ssh/config: **Port 2222** — GitLab Docker maps 2222:22. Add `Port 2222` to ~/.ssh/config or SSH hits host sshd instead.
```
Host git.unturf.com
HostName git.unturf.com
Port 2222
User git
IdentityFile ~/.ssh/id_ed25519
```
Clone URLs: `git@git.unturf.com:engineering/unturf/un-inception.git`
**CRITICAL LESSON (2026-02-05):** Two hours were wasted debugging "GitLab SSH authentication failures" when the root cause was missing `Port 2222`. SSH was hitting the host's sshd (which banned the IP via fail2ban), never reaching GitLab at all. Always check the obvious first.
## Related Repos ## Related Repos