Linux Grub加密
原创
©著作权归作者所有:来自51CTO博客作者opskumu的原创作品,请联系作者获取转载授权,否则将追究法律责任
1、设置明文密码
[root@ds-education1 ~]# grep -v '^#'
/etc/grub.conf
default=0
timeout=5
password 123456
#GRUB启动密码
splashp_w_picpath=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red
Hat Enterprise Linux Server (2.6.18-194.el5)
[root@ds-education1 ~]#
2、设置密文密码
[root@ds-education1 ~]# grub-md5-crypt
Password:
Retype
password:
$1$Qh6pX0$F4erzOSNARZoGvYtErIpx/
[root@ds-education1 ~]# grub-md5-crypt //使用md5生成加密密钥
Password:
Retype
password:
$1$Qh6pX0$F4erzOSNARZoGvYtErIpx/
[root@ds-education1 ~]# vi /etc/grub.conf
[root@ds-education1 ~]# grep -v '^#'
/etc/grub.conf
default=0
timeout=5
password --md5
$1$Qh6pX0$F4erzOSNARZoGvYtErIpx/
#加上—md5的参数表示使用md5加密grub
splashp_w_picpath=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red
Hat Enterprise Linux Server (2.6.18-194.el5)
[root@ds-education1
~]#
上一篇:Apache虚拟主机配置
下一篇:Nginx支持php配置
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
linux grub 加密
grub加密在学习linux系统,小小测试了一下一。linux系统
linux 职场 加密 休闲 -
Linux为grub菜单加密码
Linux为grub菜单加
系统优化 字符串 linux 单用户 -
玩转grub加密
带你玩转grub的加密方法
grub加密 -
GRUB菜单引导加密
&n
职场 休闲 GRUB引导加密 -
GRUB引导菜单加密
GRUB引导菜单加密
GRUB 引导菜单加密