Compressed memory store 104 -> 71 files via four passes: - Syncro: 19 scattered feedback_syncro_* files merged into 3 rule files (api/billing/workflow) + an on-demand feedback_syncro_history.md for incident detail, quotes, and tech/product ID tables. - Four near-duplicate merges: Howard paste-safety, Pluto build server, Howard backend deferral, IX server access (ssh+tailscale). - Per-cluster rule/state/history split applied to GuruConnect (2->1), Dataforth (3->2), Cascades (7->3), GuruRMM (13->3). - New reference_resource_map.md: single auto-loaded cheatsheet for "do I have access to X and how do I connect from this machine?" - MEMORY.md rewritten to match the new layout. Health: broken backlinks 8->7, overlap clusters 12->5, orphans 17->0.
1.3 KiB
1.3 KiB
name, description, type
| name | description | type |
|---|---|---|
| IX server access — network + SSH | How to reach ix.azcomputerguru.com (172.16.3.10) — Tailscale-on means it's directly reachable, no separate VPN. SSH currently uses sshpass with the root password (key auth was never set up after GURU-5070 was reinstalled to Windows 11). Setting up key auth would simplify this. | reference |
Network reachability
- Host:
ix.azcomputerguru.com/172.16.3.10 - Access: directly reachable when Tailscale is on. No separate VPN connection required.
SSH
VERIFY 2026-05-26 — the no-key-auth note was written under the old CachyOS install on GURU-5070; the machine is now Windows 11. Re-confirm whether key auth got set up before relying on the sshpass fallback below.
- User:
root - Password: vault — see
credentials.mdor SOPS. - SSH key auth: NOT configured from GURU-5070 (the old
guru@wslkey was authorized but the workstation was reinstalled; new pubkey hasn't been added to IX'sauthorized_keysyet). - Current workflow (sshpass):
sshpass -p "$PASSWORD" ssh -o StrictHostKeyChecking=no -o PubkeyAuthentication=no root@172.16.3.10 - Suppress sshpass warnings: pipe through
grep -v WARNING | grep -v 'not using'ortail.
Recommended: add GURU-5070's pubkey to IX's ~/.ssh/authorized_keys to drop the sshpass dance.