Templates: Difference between revisions

From /dev/hack
A (talk | contribs)
Created page with "unusually high quality guide on constructing proxmox templates which i've used a few times https://computingforgeeks.com/creating-ubuntu-and-debian-os-template-on-proxmox-ve/"
 
A (talk | contribs)
No edit summary
Line 1: Line 1:
every vm cloned from a template should use the host machine's root id_ed25519.pub ssh key for root@guest.
getting the ip is a little convoluted just because you have to go to the edge router and check the dhcp leases and line up the mac addresses. really need to streamline that
unusually high quality guide on constructing proxmox templates which i've used a few times
unusually high quality guide on constructing proxmox templates which i've used a few times


https://computingforgeeks.com/creating-ubuntu-and-debian-os-template-on-proxmox-ve/
https://computingforgeeks.com/creating-ubuntu-and-debian-os-template-on-proxmox-ve/

Revision as of 13:07, 15 March 2024

every vm cloned from a template should use the host machine's root id_ed25519.pub ssh key for root@guest.

getting the ip is a little convoluted just because you have to go to the edge router and check the dhcp leases and line up the mac addresses. really need to streamline that

unusually high quality guide on constructing proxmox templates which i've used a few times

https://computingforgeeks.com/creating-ubuntu-and-debian-os-template-on-proxmox-ve/