-
Notifications
You must be signed in to change notification settings - Fork 85
Default user/password #392
Description
As @ensonic, @rhempel and I started discussing in #388, we are going to start shipping with a default user and password instead of using root. I have a bit of a dilemma here though in choosing the name.
The obvious choice is ev3dev, but when you create a new user, it also creates a new group with that name. However, we already have a system group called ev3dev for use with sensors and motors, so these would conflict.
Then next choices are ev3 or dev. ev3 is OK, but ev3dev runs on other hardware as well (i.e. Raspberry Pi). dev is OK too, but it could be confused with /dev.
Another possibility is using the generic user. Or we could get creative and think of something else. I would like to keep it short though, because I will probably be typing it frequently.
And we need a password to go with it.
Thoughts? Suggestions?