diff options
| -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` |
