From 152813f98529c750ca91c1464901a9b072c050ff Mon Sep 17 00:00:00 2001 From: fanqinyuan Date: Mon, 21 Apr 2025 09:31:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E4=BB=A4=E4=B8=8E=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanqinyuan --- .../\346\216\210\346\235\203\350\256\244\350\257\201.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/zh/docs/SecHarden/\346\216\210\346\235\203\350\256\244\350\257\201.md" "b/docs/zh/docs/SecHarden/\346\216\210\346\235\203\350\256\244\350\257\201.md" index dcf6464df..e0f636da5 100644 --- "a/docs/zh/docs/SecHarden/\346\216\210\346\235\203\350\256\244\350\257\201.md" +++ "b/docs/zh/docs/SecHarden/\346\216\210\346\235\203\350\256\244\350\257\201.md" @@ -49,7 +49,7 @@ Authorized users only. All activities may be monitored and reported. 自动退出时间由/etc/profile文件的TMOUT字段(单位为秒)控制,在/etc/profile的尾部添加如下配置: -``` +```bash export TMOUT=300 ``` @@ -98,7 +98,7 @@ GRUB是GRand Unified Bootloader的缩写,它是一个操作系统启动管理 1. 使用grub2-mkpasswd-pbkdf2命令生成加密的口令: >![](./public_sys-resources/icon-note.gif) **说明:** - >GRUB2加密算法使用sha512。 + >GRUB2加密算法使用PBKDF2。 ```shell # grub2-mkpasswd-pbkdf2 -- Gitee