33cab10cef
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>
12 lines
668 B
Markdown
12 lines
668 B
Markdown
---
|
|
name: SSH directly to VMs
|
|
description: User prefers direct SSH to VMs (csader@IP) instead of going through Proxmox qm guest exec
|
|
type: 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.
|