Files
claudetools/.claude/memory/reference_gururmm_build_server_ssh.md
Howard Enos 22503149ce 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
2026-07-14 11:16:53 -07:00

728 B

name, description, type
name description type
GuruRMM build server SSH access How to SSH guru@172.16.3.30 (key file name is non-obvious); saves re-discovery during rmm-audit pipeline passes 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.