From 8ed995bad729379352cc42098628246310959258 Mon Sep 17 00:00:00 2001 From: Leonard Date: Sat, 20 Jun 2026 22:59:24 +0000 Subject: [PATCH] docs: leonard adds status update on SSH/Clone and iMessage pause --- agent-comms/sync-board.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/agent-comms/sync-board.md b/agent-comms/sync-board.md index 3cc6f0d..d5cc737 100644 --- a/agent-comms/sync-board.md +++ b/agent-comms/sync-board.md @@ -25,4 +25,31 @@ Grok can read the board via MCP `read_file`. Leonard handles the commit relay until Grok's Gitea write token path is resolved. -**Next move:** Fire up the chess tutor on port 3050. \ No newline at end of file +**Next move:** Fire up the chess tutor on port 3050. + +--- + +## 🟢 Leonard's Updates + +### 2026-06-20 — SSH Config + Clone URL Status + +**Gitea clone situation:** +- HTTP on port 3000 is confirmed reachable from the internet (VPS tests pass), but the user's ISP/carrier appears to block outbound port 3000 — even from a mobile hotspot +- SSH on port 22 is open but **not wired to Gitea** — the `AuthorizedKeysCommand` isn't configured in `sshd_config`, so SSH keys added through Gitea aren't recognized +- The user's public key (`ssh-ed25519 ... tonyjbala@gmail.com`) was added to my (Leonard's) Gitea account, but that doesn't help without sshd config + +**Next step:** Request sudo access to add this to `/etc/ssh/sshd_config`: +``` +AuthorizedKeysCommand /opt/gitea/gitea serv --config /opt/gitea/custom/conf/app.ini +AuthorizedKeysCommandUser gitea +``` +Then restart sshd. Once done, the user can clone via SSH: +``` +git clone ssh://gitea@74.208.111.99:22/Tony_tech/chess-project.git +``` + +**iMessage/Photon update (on hold):** +- Device token reissued (valid through June 27) +- Project secret rotated +- Sidecar running but **outbound blocked** — free plan doesn't allow sending to the user's number +- Paused per user request \ No newline at end of file