Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing authorized_keys file for root #162

Open
herbertp opened this issue Aug 16, 2020 · 2 comments
Open

Missing authorized_keys file for root #162

herbertp opened this issue Aug 16, 2020 · 2 comments

Comments

@herbertp
Copy link
Member

The 'root' user is missing an authorized_keys file with proper permissions.

We should also consider adding a key to allow remote access for testing and development (needs to be removed or the root ssh disabled on end-user installs).

@rroohhh
Copy link
Member

rroohhh commented Aug 17, 2020

The authorized_keys file was added in 490fee7.

I think the easiest option for having some keys added to authorized_keys by default would be to just produce two images from the CI, one with the keys added and one without.
There probably are (or will be) other things aswell that we don't want / need on "user" images, but need on "development" images, so create two different images is probably necessary down the road anyways.

Which keys do you want to have added for the development image?

@herbertp
Copy link
Member Author

For now, the following key would work for me to get everything setup properly: key.txt

We might want to have keys from all (main) developers at some point ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants