diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-20 17:41:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-20 17:41:04 +0300 |
| commit | 1011741e65bcf212f6d5f7bcff39604b328091f0 (patch) | |
| tree | cb364573cdb09761c5dcadd9f7fddd5c20ec9f3b | |
| parent | 640b349c12ffd0d1f20cd76badf5d123dd500359 (diff) | |
f3s: fix WireGuard key mismatch — f3 now reachable from fishfinger/blowfish
Corrected mutual pubkey and PSK mismatch between f3 and both OpenBSD
gateways. f3 is now reachable directly via WireGuard from fishfinger or
blowfish without the double-hop workaround.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | prompts/skills/f3s/references/remote-access.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/prompts/skills/f3s/references/remote-access.md b/prompts/skills/f3s/references/remote-access.md index 2c1f1d0..c507671 100644 --- a/prompts/skills/f3s/references/remote-access.md +++ b/prompts/skills/f3s/references/remote-access.md @@ -30,10 +30,15 @@ One-shot from the laptop (handy for scripts/automation): ssh -A -J rex@fishfinger.buetow.org paul@f0.wg0 "sh -c 'hostname; doas freebsd-version'" ``` -Use `f0.wg0` / `f1.wg0` / `f2.wg0` — the WireGuard hostnames as seen from -the gateway. **Note:** `f3.wg0` is not currently reachable from the gateways -(its WireGuard path does not route through fishfinger/blowfish); reach f3 from -a host already on the LAN, or investigate the WireGuard peer config on f3. +Use `f0.wg0` / `f1.wg0` / `f2.wg0` / `f3.wg0` — the WireGuard hostnames as +seen from the gateway. `f3.wg0` resolves to `192.168.2.133`: + +```sh +ssh -A -J rex@fishfinger.buetow.org paul@192.168.2.133 # f3 direct via WireGuard +``` + +(Previously the f3↔GW WireGuard tunnel was broken due to key mismatches; fixed +in gq0 — pubkeys and PSKs corrected on f3 and on fishfinger/blowfish.) ### Reaching r-VMs (Rocky Linux) and `rocky` |
