Skip to content

Instantly share code, notes, and snippets.

@xucian
xucian / ovf2kvm.sh
Last active December 5, 2023 14:04 — forked from riblo/ovf2kvm.sh
Import VMware images (ovf based) to Proxmox VE
#!/bin/bash
# Script that imports VMware images (ovf based) to Proxmox VE
# Your VM_NAME needs to be the same for: VM_NAME (directory) and VM_NAME.ovf
set -euo pipefail
PROXMOX_USER=root
PROXMOX_PASS='???'
PROXMOX_HOST='???'
PROXMOX_PORT=22