From 7cdefaa0d74bba57e6d2b052e8a3ff9226054918 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 5 Feb 2026 09:30:40 -0500 Subject: [PATCH] docs: compress Git Access section --- CLAUDE.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ecad729..849299b 100644 --- a/CLAUDE.md +++ b/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