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:
@@ -230,3 +230,4 @@
|
||||
- [Background tasks — no shell `&`](feedback_background_task_no_ampersand.md) — with run_in_background:true, run the command in the foreground of the shell; adding `&`/`disown` forks + exits 0 instantly, orphaning a blocking wait so it never delivers (hit twice building ask-forum)
|
||||
- [ask-forum — human-in-the-loop via #ct-forum](../skills/ask-forum/SKILL.md) — ask a teammate a question in the private ct-forum Discord forum, get their human answer back in-session; forum-only, any human can answer, run the --wait as a proper background task
|
||||
- [Claude Code Bun crash -> pin 2.1.110](reference_claude_code_bun_crash_pin.md) - v2.1.114+ segfaults on Win11 at new-session start; npm pin 2.1.110 + DISABLE_AUTOUPDATER=1; unpin on #55219 fix
|
||||
- [GuruRMM build-server SSH key](reference_gururmm_build_server_ssh.md) — guru@172.16.3.30 key is ~/.ssh/gururmm-physical (not id_*); password fallback vault infrastructure/gururmm-server
|
||||
|
||||
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