Proxmox Initial Install & Provisioning#
This guide contains the steps performed immediately after installing Proxmox VE. These steps are designed to be integrated into the ultimate_master_restore.sh script.
1 System Maintenance#
1.1 Update System (Included in Restore script)#
apt update && apt full-upgrade -y
apt autoremove && apt autoclean2 SSH Configuration#
2.1 Configure SSH Public Key (Included in Restore script)#
Edit authorized keys:
nano ~/.ssh/authorized_keysPaste SSH keys for [1Password Private note](https://start.1password.com/open/i?a=G7ECSBBRRFHWPDIM7F7J6TWP7I&v=4bxn4d3worhhq7rc6m3usjciia&i=6hoe6ndejfr5evqpatwk2xsatq&h=my.1password.com)
Restart SSH: