安装expect:yum -y install expect生成随机密码:mkpasswd -l 14 -s 2 -c 3 -C 3 -d 4生成一个14位的密码,至少包含2个特殊字符,3个小写字母,3个大写字母和4个数字。