When creating container there is an option to enter root password or upload SSH public keys. That is very useful; what is inconvenient is that one needs to find their keys each time.
What would be convenient if we had a way to set up "default" keys in advance in e.g. user profile, and then have an option to roll out the "default" keys during creation.
In principle it's possible to do with the password too (by storing and applying the hash in the same way), though I doubt it's secure enough.
What would be convenient if we had a way to set up "default" keys in advance in e.g. user profile, and then have an option to roll out the "default" keys during creation.
In principle it's possible to do with the password too (by storing and applying the hash in the same way), though I doubt it's secure enough.