Windows Server 2008 系统加固
时间:
2021-09-13 20:41:29
阅读:
31
评论:
收藏:
0
[点我收藏+]
- 设置复杂的密码,设置大写,小写,特殊符号,数字组成的12-16位复杂密码
- 设置密码策略,通过修改/etc/login.defs
- 对密码强度进行设置,通过编辑文件 /etc/pam.d/password-auth
- 对用户的登录次数进行限制,编辑文件/etc/pam.d/sshd
- 禁止root用户远程登录 /etc/ssh/sshd_config
- 更改ssh端口
- 安全组关闭没有必要的端口
- 设置账户保存历史命令条数 /etc/profile
- 定期查看系统日志
Windows Server 2008 系统加固
原文:https://www.cnblogs.com/lpb2521703026/p/15258244.html