Files
Chris 33cab10cef Initial sync: memory, agents, commands, and gitignore
Syncs project memory, custom agents, and commands across machines.
Excludes secrets (settings.json), session state, and runtime files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-11 09:19:24 -05:00

668 B

name, description, type
name description type
SSH directly to VMs User prefers direct SSH to VMs (csader@IP) instead of going through Proxmox qm guest exec feedback

SSH directly to VMs using csader@<VM_IP> instead of routing through Proxmox hosts with qm guest exec. Root SSH is blocked on VMs — use csader user with sudo when needed.

Why: User explicitly corrected this approach twice. Going through Proxmox is slower and unnecessary when direct SSH works.

How to apply: For any VM operations (.134, .122, .146, .172), SSH as csader directly. Only use Proxmox host SSH (root@.66/.67/.68) for host-level operations like qm list, pct list, pct exec for LXCs.