生成grub密码,防止陌生人进入单用户模式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了生成grub密码,防止陌生人进入单用户模式相关的知识,希望对你有一定的参考价值。

  • 非明文密码生成
  1. grub-crypt
  2. # 生成sha加密方式的密码
  3. grub-crypt --md5
  4. # 生成md5加密方式的密码
  • 配置
    将生成的密码粘贴到/etc/grub.conf中,格式如下(password位置):
  1. # grub.conf generated by anaconda
  2. #
  3. # Note that you do not have to rerun grub after making changes to this file
  4. # NOTICE: You have a /boot partition. This means that
  5. # all kernel and initrd paths are relative to /boot/, eg.
  6. # root (hd0,0)
  7. # kernel /vmlinuz-version ro root=/dev/sda3
  8. # initrd /initrd-[generic-]version.img
  9. #boot=/dev/sda
  10. default=0
  11. timeout=5
  12. splashimage=(hd0,0)/grub/splash.xpm.gz
  13. hiddenmenu
  14. # 此处为加密的密码,--sha和--md5用来说明加密方式
  15. password --sha $6$vRBcWIqOLylJpTex$v80lPovSU/F5C.tpDM5zQbhYJjHGFSlAHhFC.7cEBHiBqA3W/v/HGbasdxFBWNyOdWGQ.3Wzxi4mBgmAOpRes1
  16. title CentOS 6 (2.6.32-573.el6.x86_64)
  17. root (hd0,0)
  18. kernel /vmlinuz-2.6.32-573.el6.x86_64 ro root=UUID=94f2979f-d553-4ffa-ba52-fc2a84e00312 nomodeset rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM rhgb quiet
  19. initrd /initramfs-2.6.32-573.el6.x86_64.img




以上是关于生成grub密码,防止陌生人进入单用户模式的主要内容,如果未能解决你的问题,请参考以下文章

设置grub密码

第八篇:grub加密

grub legacy练习 之 单用户模式修改root账户口令,并为grub菜单项设置密码保护功能

CentOS 7 限制更改 GRUB引导参数

grub启动程序设置加密 虚拟机vmware8.0.4 CentOS 6.3

Centos8 加密 GRUB 防破解root密码