diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-21 15:40:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-21 15:40:48 +0200 |
| commit | e3d466a021398ce896a4e1c5373718d33b18ed7a (patch) | |
| tree | 53da09a236cc723792e35375ce4ebeefe3cb7394 /README.md | |
| parent | 680ab42a7bd1eba9ba1c89471e5e1a278b628f14 (diff) | |
Add laptop SSH entry point to architecture diagram
Shows the laptop SSHing into the FreeBSD physical host, then attaching
to the tmux session inside the bhyve VM to control the Pi windows.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,13 +8,18 @@ Runs two A100 VMs concurrently — each serving a different model — with [Pi]( ## Architecture ``` + ┌─────────────┐ + │ Laptop │ + └──────┬──────┘ + │ SSH + ▼ FreeBSD physical host (earth) ┌─────────────────────────────────────────────────────────────────────────┐ │ │ │ FreeBSD bhyve VM (isolation layer) 192.168.3.2 / wg1 │ │ ┌───────────────────────────────────────────────────────────────────┐ │ │ │ │ │ - │ │ tmux session │ │ + │ │ tmux session (ssh + tmux attach) │ │ │ │ ┌─────────────────────────────────────────────────────────────┐ │ │ │ │ │ │ │ │ │ │ │ window 0: pi-nemotron window 1: pi-coder │ │ │ |
