diff --git a/documentation/TODO__Agents.md b/documentation/TODO__Agents.md index d7cc9d8..90fa178 100644 --- a/documentation/TODO__Agents.md +++ b/documentation/TODO__Agents.md @@ -13,10 +13,10 @@ - Model selection: configurable per-request or per-session - Auth status check: ping `/api/tags` to confirm reachability -### [Testing] Gitea SSH port 2222 -- pfSense port forward configured but not yet verified end-to-end -- Test: `ssh -p 2222 git@` from outside WireGuard -- Document result in this file +### [Testing] Gitea SSH port 2222 ✅ — 2026-03-29 +- pfSense WAN → 192.168.32.7:2222 port forward confirmed working +- `ssh -p 2222 git@cortex.dgrzone.com` reaches Gitea (returns "Invalid repository path" — expected, confirms connectivity) +- Clone/push via SSH: `git clone ssh://git@cortex.dgrzone.com:2222//.git` ---