Hacker News new | ask | show | jobs
by jackpot51 3190 days ago
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.

1 comments

>after being encrypted using argon2.

Nitpick: s/encrypted/hashed/

True