diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-21 15:42:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-21 15:42:16 +0200 |
| commit | 7bd59a4d96bf2a9a6b3459c05d987824b5f14fb4 (patch) | |
| tree | e6a9d24a2c62484d667d5dd7dab2b087fa5cac7e | |
| parent | e3d466a021398ce896a4e1c5373718d33b18ed7a (diff) | |
Clarify SSH target in diagram: laptop SSHes into bhyve VM, not the host
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,15 +11,16 @@ Runs two A100 VMs concurrently — each serving a different model — with [Pi]( ┌─────────────┐ │ Laptop │ └──────┬──────┘ - │ SSH - ▼ + │ SSH (into bhyve VM, not the host) + │ FreeBSD physical host (earth) ┌─────────────────────────────────────────────────────────────────────────┐ │ │ │ FreeBSD bhyve VM (isolation layer) 192.168.3.2 / wg1 │ │ ┌───────────────────────────────────────────────────────────────────┐ │ - │ │ │ │ - │ │ tmux session (ssh + tmux attach) │ │ + │ │ ▲ │ │ + │ │ │ SSH │ │ + │ │ tmux session (tmux attach) │ │ │ │ ┌─────────────────────────────────────────────────────────────┐ │ │ │ │ │ │ │ │ │ │ │ window 0: pi-nemotron window 1: pi-coder │ │ │ |
