{
  "allowRawHosts": false,
  "defaultConfirmDestructive": true,
  "hosts": {
    "pve1": {
      "remote": "admin@pve1.example.internal",
      "remoteCwd": "/home/admin",
      "description": "Primary Proxmox host",
      "roles": ["proxmox", "hypervisor"],
      "allowWrite": false,
      "allowBash": true,
      "confirmDestructive": true
    },
    "nextcloud-vm": {
      "remote": "admin@nextcloud-vm.example.internal",
      "remoteCwd": "/home/admin",
      "description": "Nextcloud guest VM",
      "roles": ["nextcloud", "vm"],
      "allowWrite": true,
      "allowBash": true,
      "confirmDestructive": true
    }
  }
}
