📝

System Administration Rules

2329
0次下载
3次浏览
2026/3/9

- Create service accounts with `--system` flag — no home directory, no login shell - `sudo` with specific commands, not blanket ALL — principle of least privilege - Lock accounts instead of deleting: `usermod -L` — preserves audit trail and file ownership - SSH keys in `~/.ssh/authorized_keys` with restrictive permissions — 600 for file, 700 for directory - `visudo` to edit sudoers — catches syntax errors before saving, prevents lockout

广告位 300x250

资源信息

数据来源
bigquery-gharchive
分类
uncategorized
创建时间
2026/3/9
更新时间
2026/4/25

评论 (0)

登录后发表评论

加载中...