How to set root password for guest OS image without using SSH Key?

The only why to access VM imported from MarketPlace is with the Public SSH Key.

So, is there any way to set a initial root password for Linux images without using SSH Key ? (USERNAME=, PASSWORD=, Work only for Windows images).

On control panel > Tempalte > your template > Update > context > User input.

thank you for your replay, yes its work, there also another way is with the starter script with this one line command : echo -e "123456\n123456" | passwd root

Thank you

dear sir,

I have not run my kvm (Centos). Plz help me. how to find access…