Search results

  1. D

    proxmox access with curl and TFA

    anyone knows how to get a valid ticket with curl using TFA? I usually use this: curl -f -s -S -k --data-urlencode "username=USERNAME" --data-urlencode "password=PASSWORD" "https://172.16.199.12:8006/api2/json/access/ticket"|jq '.data.ticket' but how do I get a valid one when user has TFA?
  2. D

    can't migrate vm .... as it's a clone of ....

    Hi to all, I've got 2 server with proxmox 5.4 with replicated storage between the two using local ZFS filesystem in combination with replication feature included in proxmox. We have about 20 VM, not all of them always running, many of them being linked clone; I'm currently replicating all those...