From 10544e88e0f41b795cbdb377ac4f2942810e72c6 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 17 Jul 2022 20:17:03 +0200 Subject: [PATCH] imagine using secure hashing algorithms --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62900be..30d72af 100755 --- a/README.md +++ b/README.md @@ -68,10 +68,10 @@ jade networking getcryst.al --ipv6 ```sh # make a new user called nonRootHaver, without sudo and easytohack as the password # jade uses prehashed passwords for user creation, so you'll have to calculate the hash of the password -jade users newUser nonRootHaver $(openssl passwd -1 easytohack) +jade users newUser nonRootHaver $(openssl passwd -6 easytohack) # make a user called rootHaver, with sudo and omgsosuperhardtohack as the password -jade users newUser rootHaver $(openssl passwd -1 omgsuperhardtohack) --sudoer +jade users newUser rootHaver $(openssl passwd -6 omgsuperhardtohack) --sudoer ``` ### set root password