Clone and reset KVM virtual machine
Clone your VM and spawn new instances in KVM
List all VMs to see which one you would like to clone:
If the chosen one is running, shut it down:
Clone the VM:
Resume the suspended base:
Prepare new system to be fresh and working
virt-sysprep -d debian12-base-clone01 --root-password password:abcABC123 --firstboot-command 'dpkg-reconfigure openssh-server'