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:
12
.claude/memory/reference_gururmm_build_server_ssh.md
Normal file
12
.claude/memory/reference_gururmm_build_server_ssh.md
Normal 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.
|
||||
Reference in New Issue
Block a user