12 lines
599 B
Markdown
12 lines
599 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`.
|