sync: auto-sync from HOWARD-HOME at 2026-07-14 11:14:46

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-07-14 11:14:46
This commit is contained in:
2026-07-14 11:15:25 -07:00
parent 4ab8137daa
commit 22503149ce
11 changed files with 3498 additions and 39 deletions

View File

@@ -0,0 +1,12 @@
---
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.