This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 1 comment
-
Thinking about it - perhaps cloud-init might be valuable too? This way a user could pre-define this sort of thing themselves, and have ssh-keys pre-setup etc. One option might be to have your scripts allow the selection of a users templates. I.e., I setup a cloud-init image template based on This way my image would have all of its pre-defined cloud-init fancy fancy. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Generally speaking, its considered good practice to disable the root user, and add your own user with sudo access.
I'm not sure if this applies to LXC's in both Privileged and Non-Privileged containers, but it seems like this could be an option in your scripts? I.e., ask for a user name and password and if to disable root.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions