docs: compress Git Access section
This commit is contained in:
parent
f5545d28d0
commit
7cdefaa0d7
1 changed files with 1 additions and 13 deletions
14
CLAUDE.md
14
CLAUDE.md
|
|
@ -586,19 +586,7 @@ clients/
|
|||
|
||||
## Git Access
|
||||
|
||||
SSH to git.unturf.com uses **port 2222** (GitLab runs in Docker). Configure ~/.ssh/config:
|
||||
|
||||
```
|
||||
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.
|
||||
**Port 2222** — GitLab Docker maps 2222:22. Add `Port 2222` to ~/.ssh/config or SSH hits host sshd instead.
|
||||
|
||||
## Related Repos
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue