proxmox-auth
Installation
SKILL.md
Proxmox Authentication & Management Skill
Expert guidance for Proxmox VE cluster authentication, API access, and infrastructure management.
Authentication Methods
SSH Access (Primary)
# Access Proxmox nodes directly
ssh 192.168.1.100 # pve-node1
ssh 192.168.1.100 # pve-node2
# Execute commands on nodes
ssh 192.168.1.100 "pct list"
ssh 192.168.1.100 "qm list"