bluerobotics / companion

Companion computer startup scripts and examples
https://www.ardusub.com/operators-manual/companion-web.html
GNU General Public License v3.0
48 stars 54 forks source link

Don't use default credentials #20

Closed jaxxzer closed 7 years ago

rjehangir commented 7 years ago

I think we should add an option in the interface to change the username and password. Otherwise someone could eventually realize what we're using by default and exploit that.

rjehangir commented 7 years ago

Another option would be to default to a randomized password on the first boot. You could view the password in the interface and change it there if you wanted.

jaxxzer commented 7 years ago

Changed default password for now, which will at least protect against attacks on raspberry pis with default pi:rasbperry credentials. New issue for better-yet security: https://github.com/bluerobotics/companion/issues/35