国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > CentOS > 正文

centos7如何設置密碼規則?centos7設置密碼規則的方法

2020-06-21 12:37:15
字體:
來源:轉載
供稿:網友

出于安全考慮設置密碼規則

設置密碼到期的天數。 用戶必須在天內更改密碼。 此設置僅影響創建用戶,而不會影響現有用戶。 如果設置為現有用戶,請運行命令“chage -M(days)(user)”。
PASS_MAX_DAYS   60         # 密碼到期時間PASS_MIN_DAYS   3          # 初始密碼更改時間PASS_MIN_LEN    8          # 密碼最小長度PASS_WARN_AGE   7          # 密碼過期提示時間

重復密碼限制使用

 [root@linuxprobe~]# vi /etc/pam.d/system-auth# near line 15: prohibit to use the same password for 5 generation in pastpassword     sufficient     pam_unix.so sha512 shadow nullok try_first_pass use_authtok remember=5

設置最小密碼長度。 用戶不能設置小于此參數的密碼長度。

 # set 8 for minimum password length[root@linuxprobe~]# authconfig --passminlen=8 --update# the parameter is set in a config below[root@linuxprobe~]# grep "^minlen" /etc/security/pwquality.confminlen = 8 # 在新密碼中設置同一類的允許連續字符的最大數目 # set 4 for maximum number of allowed consecutive characters of the same class[root@linuxprobe~]# authconfig --passmaxclassrepeat=4 --update# the parameter is set in a config below[root@linuxprobe~]# grep "^maxclassrepeat" /etc/security/pwquality.confmaxclassrepeat = 4 # 在新密碼中至少需要一個小寫字符。 [root@linuxprobe~]# authconfig --enablereqlower --update# the parameter is set in a config below# (if you'd like to edit the value, edit it with vi and others)[root@linuxprobe~]# grep "^lcredit" /etc/security/pwquality.conflcredit = -1 # 在新密碼中至少需要一個大寫字符 [root@linuxprobe~]# authconfig --enablerequpper --update# the parameter is set in a config below# (if you'd like to edit the value, edit it with vi and others)[root@linuxprobe~]# grep "^ucredit" /etc/security/pwquality.confucredit = -1 # 在新密碼中至少需要一個數字 [root@linuxprobe~]# authconfig --enablereqdigit --update# the parameter is set in a config below# (if you'd like to edit the value, edit it with vi and others)[root@linuxprobe~]# grep "^dcredit" /etc/security/pwquality.confdcredit = -1 # 密碼包括至少一個特殊字符 [root@linuxprobe~]# authconfig --enablereqother --update# the parameter is set in a config below# (if you'd like to edit the value, edit it with vi and others)[root@linuxprobe~]# grep "^ocredit" /etc/security/pwquality.confocredit = -1 # 在新密碼中設置單調字符序列的最大長度。 (ex⇒'12345','fedcb') [root@linuxprobe~]# vi /etc/security/pwquality.conf# add to the endmaxsequence = 3 # 設置新密碼中不能出現在舊密碼中的字符數 [root@linuxprobe~]# vi /etc/security/pwquality.conf# add to the enddifok = 5 # 檢查來自用戶passwd條目的GECOS字段的長度超過3個字符的字是否包含在新密碼中。 [root@linuxprobe~]# vi /etc/security/pwquality.conf# add to the endgecoscheck = 1 # 設置不能包含在密碼中的Ssace分隔的單詞列表 [root@linuxprobe~]# vi /etc/security/pwquality.conf# add to the endbadwords = denywords1 denywords2 denywords3 # 為新密碼設置hash / crypt算法。 (默認為sha512)# show current algorithm[root@linuxprobe~]# authconfig --test | grep hashingpassword hashing algorithm is md5# chnage algorithm to sha512[root@linuxprobe~]# authconfig --passalgo=sha512 --update[root@linuxprobe~]# authconfig --test | grep hashingpassword hashing algorithm is sha512 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 阿合奇县| 双辽市| 双江| 江都市| 武安市| 武冈市| 临武县| 会宁县| 南涧| 朝阳区| 湖州市| 肥东县| 阳城县| 德安县| 奉化市| 礼泉县| 淮北市| 华亭县| 云南省| 英山县| 平舆县| 日喀则市| 宁德市| 改则县| 额济纳旗| 漠河县| 南安市| 日照市| 光山县| 临湘市| 布拖县| 衡阳市| 许昌县| 平邑县| 澜沧| 荣成市| 井冈山市| 星座| 衢州市| 七台河市| 嘉善县|