Hacker News new | ask | show | jobs
by yjh0502 3190 days ago
Could you write default username/password on a release page? :)
1 comments

I have added it. The username is `user` with an empty password, or `root` with a password of `password`.

The only way to change this at the moment is to edit `/etc/passwd`, where they are stored after being encrypted using argon2.

>after being encrypted using argon2.

Nitpick: s/encrypted/hashed/

True