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

Stop shipping with insecure credentials #5

Closed
adamcik opened this issue Mar 31, 2013 · 3 comments
Closed

Stop shipping with insecure credentials #5

adamcik opened this issue Mar 31, 2013 · 3 comments

Comments

@adamcik
Copy link

adamcik commented Mar 31, 2013

This is a bit of a tricky one to get right given the potentially inexperienced users and the nature of the image. One option might be to randomly generate a password on the first boot, set it and print it during each subsequent boot. Then once the password is changed we stop printing it.

Would make it a bit harder the first time someone wants to login but much better in the long run. Of course this idea is only one of many possible ways of solving this.

@woutervanwijk
Copy link
Member

This is indeed a tricky one. Raspbian and most distro's I saw, come with a default password too (not for root, but the pi-user can sudo to root with the default password). And since it's headless by default, it is difficult to change, unless I create a configuration option from within the webinterface.

@adamcik
Copy link
Author

adamcik commented Apr 6, 2013

Testing on my own raspi which I recently received it seems the default image gives you a non headlease debian configuration menu that allows you to change passwords etc. Perhaps something similar could be possible?

@woutervanwijk
Copy link
Member

partly fixed in 0.4, with options to set a password, and no default SSH login. closing for now

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

No branches or pull requests

2 participants