Skip to content

Coku2015/veeam-hardened-repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veeam 加固存储库

这个Linux脚本根据Veeam官方的加固建议Veeam Hardened Linux Repository对Ubuntu 20.04系统进行自动化加固,在使用我的加固存储库自动配置脚本创建完存储库后,可以用本脚本对Ubuntu系统进行进一步自动加固。

本脚本根据VeeamHub/veeam-hardened-repository的DISA STIG脚本进行修改,去除了美国军方的相关加固配置,适合中国用户加固Ubuntu 20.04系统。

这个工具并非Veeam官方支持的产品,如有任何问题,请联系[email protected]

📗 文档

系统要求:

  • 必须以root用户身份运行
  • 必须在一台干净安装的Ubuntu 20.04系统上运行
  • 仅支持 Veeam Backup & Replication v12 以上版本

使用说明:

  1. 通过 SSH 连接到 Ubuntu 20.04 服务器上
  2. 复制脚本内容到该服务器上
  3. 使用以下命令运行脚本:
sudo bash veeam.harden.sh > output.txt 2>&1

注意: 如果你需要更详细的输出,只需运行以下的命令:

sudo bash veeam.harden.sh

🤝🏾 License

About

Sample code for hardening a Veeam Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%