VM installation with ssh keys

pascalku

Member
Mar 5, 2020
33
0
11
24
Hey.

Since I can't find anything about this in the documentaries, I'll ask here: Is there a way to set multiple SSH keys during server installation via the API?
 
Hi!

You want to access the API while you are clicking your way through the installer from the Proxmox VE ISO, that means when nothing is really written to disk yet? Then no, because the API uses service daemons that do not run during installation. Additionally, there is no such API endpoint.

You could try to install Proxmox VE on top of Debian and add some steps there. You can check out what exactly the API can do in the API Viewer.