--- name: GuruRMM build server SSH access description: How to SSH guru@172.16.3.30 (key file name is non-obvious); saves re-discovery during rmm-audit pipeline passes type: reference --- SSH to the GuruRMM build/prod server as `guru@172.16.3.30` works with the key `~/.ssh/gururmm-physical` (at least on Howard-Home) — there is no id_rsa/id_ed25519, so tools that assume default key names report "no key / Permission denied (publickey)". Use: `C:/Windows/System32/OpenSSH/ssh.exe -i ~/.ssh/gururmm-physical -o BatchMode=yes guru@172.16.3.30`. Password fallback lives in vault `infrastructure/gururmm-server` (credentials.password; sudo same). The 2026-07-13 rmm-audit Agent E failed on exactly this before the key was found.