删除LINUX密码复杂的检查

# 编辑文件
shell > vim /etc/pam.d/system-auth

# 找到以下两行

password    requisite     pam_pwquality.so try_first_pass local_users_only retry=3 authtok_type=
password    sufficient    pam_unix.so try_first_pass use_authtok nullok sha512 shadow

# 第一行注释
# 第二行里面的 use_authtok 删除掉,切记否则无法登陆.