The pam_mount project lets you unlock an encrypted filesystem automatically when you log in. The same password used to log in is used as the key to unlock the encrypted filesystem, so you only need to type it once. Using this method, you can easily share a laptop and have only a single user's home directory unlocked and mounted when he logs in. And pam_mount can mount any filesystem, not just encrypted filesystems, so you can use it, for example, with an NFS share that you are interested in but which you might not like to leave mounted when you are not logged in. Did you ever wanted to know how to mount an encrypted filesystem automatically? This article will show you how.. The link for this article located at Linux.com is no longer available. . The link for this article located at Linux.com is no longer available.. pam_mount, project, unlock, encrypted, filesystem, automatically. . LinuxSecurity.com Team
Encrypted filesystems may be overkill for family photos or your résumé, but they make sense for network-accessible servers that hold sensitive business documents, databases that contain credit-card information, offline backups, and laptops. EncFS and Loop-AES, which are both released under the GNU General Public License (GPL), are two approaches to encrypting Linux filesystems. I'll compare the two and then look at other alternatives. . EncFS provides an encrypted filesystem in userspace and runs without any special permissions. In fact, it's not so much a filesystem as a program that translates requests (encrypting or decrypting them as appropriate) and passes them to the underlying filesystem. The link for this article located at Linux.com is no longer available. . EncFS provides an encrypted filesystem in userspace and runs without any special permissions. In fac. encrypted, filesystems, overkill, family, photos, résumé, sense. . LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.