Password-protecting the bootloader is one method you may employ to enhance the physical security profile of your computer. GRUB, the GRand Unified Bootloader, is the default bootloader on virtually all Linux distributions, but on a significant number, the installer does not have support for setting a GRUB password.
Read more »How to enhance the physical security posture of your Linux/BSD-powered PC
Securing a computer goes beyond more than just using strong passwords. You should consider what happens if an unauthorized person gains physical access to your computer. If the only security feature protecting your data from an unauthorized person is a user account password, then you have not taken enough steps to protect your computer and your data.
Read more »SSH login without password
For this you required to generate your own personal set of private/public pair. ssh-keygen is used to generate that key pair for you.
On the user’s home directory, on the localhost, type
Read more »Category: Beginner Tags:
- Login to post comments
Protect your grub by applying a password to it (grub-md5-crypt is broken)
You have two ways to do that. Maybe you want the user to enter a password in order to boot the Recovery Mode or your secondary OS. You have to set that password in the /boot/grub/menu.lst - for higher security you should crypt your password with md5.
Read more »Category: Beginner Tags:
- Login to post comments
Howto Password Protect Grub in Ubuntu / Debian Linux
Some recent posts showing that your linux box is not secure unless you installed a grub Password.
If you are an administrator of a highly sensitive server, you must do it.
To add a password for grub, first you must generate an md5 password hash using the grub-md5-crypt utility: grub-md5-crypt
Category: End User Tags:
- Login to post comments