This commit is contained in:
2021-11-14 15:52:46 +08:00
parent 915c231124
commit 1e344dc204
112 changed files with 1039 additions and 1039 deletions

View File

@@ -7,7 +7,7 @@ tags: ["centos"]
categories: ["os"]
---
# 常用初始配置
## 常用初始配置
- 系统更新
```bash
yum update
@@ -125,7 +125,7 @@ categories: ["os"]
- 卸载 ntpdate换 chrony
- 检查 /etc/rc.d/rc.local
# 安全设置
## 安全设置
- /etc/pam.d/sshd
- 用户 ssh 登陆密码错误 3 次后锁住用户 10 分钟
```