layered-soul/memories/curated/tailscale-network.md
Sam & Claude 4d8ce07fa7 docs: apply Prettier to current markdown (Sam & Codex)
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.
2026-06-14 01:48:32 +02:00

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