The default weak password of the service system is 123456.
Weak passwords and passwords in similar formats may cause security risks. Do not use them when setting or changing passwords.
To customize a weak password, perform the following steps:
How Do I Log In to the Operating System Through a Network Port?)cd /usr/share/cracklib
gzip -c pw_dict.pwd > pw_dict.pwd.gz
cracklib-unpacker pw_dict > xxx.txt
grep -vEi '***' xxx.txt > yyy.txt
cat xxx.txt > yyy.txt
echo "***" >> yyy.txt
create-cracklib-dict yyy.txt
rm pw_dict.pwd.gz xxx.txt yyy.txt