From fded740121c49ec2f5e950da92f382da461ceec0 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 10 Mar 2026 01:19:45 +0100 Subject: [PATCH] docs(claude): update tunnel instructions to use state-hub Makefile Tunnel is now started from ~/the-custodian/state-hub: make tunnel HOST=tegwick@92.205.62.239 Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index e09166e..b94dc31 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -152,8 +152,8 @@ remote session. **On your local machine, before SSHing to the server:** ```bash -cd ~/railiance-infra -make tunnel # opens: ssh -R 8000:127.0.0.1:8000 tegwick@92.205.62.239 +cd ~/the-custodian/state-hub +make tunnel HOST=tegwick@92.205.62.239 ``` Keep that terminal open. Then SSH in normally from a second terminal.