10-29-2021, 07:34 AM
as a partial solution, why change password to one digit, like "9". obvious disadvantage, do not use ssh or change ssh to allow different user.
get the user name.
get the root console, system does not allow ordinary users to change bad and easy passwords.
change user password, (do not change root user's password).
in one command
get the user name.
Code:
$ whoami
get the root console, system does not allow ordinary users to change bad and easy passwords.
Code:
$ sudo su -l
change user password, (do not change root user's password).
Code:
# passwd >username<
# passwd manjaro
in one command
Code:
$ sudo passwd >username<