上传者: cai9527niao
|
上传时间: 2021-05-06 20:00:13
|
文件大小: 8KB
|
文件类型: SH
linux安全基线初始化配置,包括内核优化
function set_sshd_loglevel()
{
echo
file1="/etc/ssh/sshd_config";
echo "++++++Config $file1 ...";
old_1="#LogLevel INFO";
new_1="LogLevel INFO";
_replace "$file1" "$old_1" "$new_1" "LogLevel INFO"
等等。。。。。。