Normalize markdown formatting after the latest main updates.\n\nChecks: python3 scripts/layered_soul.py validate .; npx --yes prettier@3 --check '**/*.md'; git diff --check.
11 lines
721 B
Markdown
11 lines
721 B
Markdown
# Tailscale Network
|
|
|
|
All Clawdie hosts communicate over Tailscale with zero public exposure.
|
|
|
|
| Host | Tailscale IP | OS | Role |
|
|
| ------- | -------------- | ---------- | -------------------------------------- |
|
|
| debby | 100.66.193.10 | Debian 13 | Primary dev machine, Hermes agent home |
|
|
| domedog | 100.103.255.41 | Linux | Claude agent, secondary builder |
|
|
| osa | 100.72.229.63 | FreeBSD 15 | FreeBSD validation, ISO builder |
|
|
|
|
SSH between hosts uses Tailscale IPs, never public IPs. Each host has its own SSH key. No key sharing between hosts. Config in `~/.ssh/config` with `HostName` pointing to Tailscale IPs and `IdentitiesOnly yes`.
|