各种操作系统的密码策略
Centos6.9
闲置超时退出
在etc/profile文件末尾添加TMOUT=900(单位为秒)保存退出,source /etc/profile执行
密码复杂度策略 修改etc/pam.d/system-auth 更改pam_cracklib.so 最少八位,含有大写字母,数字,小写字母,特殊字符
防止重复密码策略 修改etc/pam.d/system-auth 更改pam_unix.so remember=防止重复历史几次的密码
登录有效期
修改etc/login.defs中PASS-MAX-DAYS后边字段为90,PASS-WARN-AGE 后边字段为7(密码有效期90天,过期前七天提醒)
登录超过五次锁定
修改etc/pam.d/sshd限制远程登录次数,新添加一行auth required pam_tally2.so deny=限制登录次数 unlock_time=锁定时间(单位秒)
想要限制root用户就在后面加上even_deny_root root_unlock_time=锁定时间
修改etc/pam.d/system-auth限制本地登录次数 新添加一行auth required pam_tally2.so deny=限制登录次数 unlock_time=锁定时间(单位秒)
想要限制root用户就在后面加上even_deny_root root_unlock_time=锁定时间
Centos7.9
闲置超时退出
在etc/profile文件末尾添加TMOUT=900(单位为秒)保存退出,source /etc/profile执行
密码复杂度策略 修改etc/pam.d/system-auth 更改pam_pwquality.so 最少八位,含有大写字母,数字,小写字母,特殊字符
防止重复密码策略 修改etc/pam.d/system-auth 更改pam_unix.so remember=防止重复历史几次的密码
登录有效期
修改etc/login.defs中PASS-MAX-DAYS后边字段为90,PASS-WARN-AGE 后边字段为7(密码有效期90天,过期前七天提醒)
登录超过五次锁定
修改etc/pam.d/sshd限制远程登录次数,新添加一行auth required pam_tally2.so deny=限制登录次数 unlock_time=锁定时间(单位秒)
想要限制root用户就在后面加上even_deny_root root_unlock_time=锁定时间
修改etc/pam.d/system-auth限制本地登录次数 新添加一行auth required pam_tally2.so deny=限制登录次数 unlock_time=锁定时间(单位秒)
想要限制root用户就在后面加上even_deny_root root_unlock_time=锁定时间
ununtu9.3.0
闲置超时退出
在etc/profile文件末尾添加TMOUT=900(单位为秒)保存退出,source /etc/profile执行
登录有效期
修改etc/login.defs中PASS-MAX-DAYS后边字段为90,PASS-WARN-AGE 后边字段为7(密码有效期90天,过期前七天提醒)
密码复杂度策略
修改etc/pam.d/common-password 更改pam_cracklib.so 最少八位,含有大写字母,数字,小写字母,特殊字符
防止重复密码策略
修改etc/pam.d/common-password 更改pam_unix.so remember=防止重复历史几次的密码
(ubantu中如果没有安装cracklib模块需要先apt-get install libpam-cracklib进行安装,找不到安装资源的话就apt-get update更新安装包)
登录超过五次锁定
修改etc/pam.d/sshd限制远程登录次数,新添加一行auth required pam_tally2.so deny=限制登录次数 unlock_time=锁定时间(单位秒)
想要限制root用户就在后面加上even_deny_root root_unlock_time=锁定时间
修改etc/pam.d/login限制本地登录次数 新添加一行auth required pam_tally2.so deny=限制登录次数 unlock_time=锁定时间(单位秒)
想要限制root用户就在后面加上even_deny_root root_unlock_time=锁定时间
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南