docs(claude): update tunnel instructions to use state-hub Makefile
Some checks failed
railiance-tests / smoke (push) Has been cancelled

Tunnel is now started from ~/the-custodian/state-hub:
  make tunnel HOST=tegwick@92.205.62.239

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 01:19:45 +01:00
parent e1c33712c1
commit fded740121

View File

@@ -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.