diff --git a/build-proxmox-template b/build-proxmox-template index 31d36ea..90bf843 100755 --- a/build-proxmox-template +++ b/build-proxmox-template @@ -39,9 +39,9 @@ rm debian-12-generic-amd64.tar.xz virt-customize -a disk.raw \ --update \ --install qemu-guest-agent \ - --uninstall openipmi \ --run-command 'systemctl enable qemu-guest-agent' \ - --run-command 'systemctl enable fstrim.timer' + --run-command 'systemctl enable fstrim.timer' \ + --edit '/etc/ssh/sshd_config:s,#?Port.*,Port 42666,' qm destroy ${VMID} || true qm create ${VMID} --name "creating-vm" --memory 2048 --net0 virtio,bridge=${BRIDGE}