Alrighty so here's what I did to set up an encrypted home directory using this installer (since the option is not enabled when installing):
1. Install #! from the Live CD, making sure that the user name that you enter is not the one that you want to use when you're done (let's call this user "robot").
2. Reboot, login as robot, and create a new user with encrypted home directory (now using the name that you really want):
sudo adduser --encrypt-home new_user_name
3. Open the Users/Groups control panel from the Openbox System menu and add your new user to the admin group (you may also want to give this user other permissions at this time)
4. Reboot again (or just logout if you're feeling confident) and login as the new user
5. Delete the temporary user account (robot):
sudo deluser --remove-home robot
That should be it!
I'm sure there's a way to enable the encrypted home directory option when installing, but I'll let someone else figure that out.
I've just now done this and it seems to be working as expected, but if others have problems or suggestions please let me know.
In addition, you may want to backup your randomly-generated mount passphrase (supposedly this is required to recover data in the event of a problem; I'm not sure what the security issues may be with having this around so perhaps someone who is can comment on this):
sudo ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase
You may also want to read the Important Caveats on this page, especially the issues with swap partitions:
http://blog.dustinkirkland.com/2009/02/
ories.html
EDIT: A very weird thing happened when I changed my user password: My entire home directory was replaced by a default (and empty) one! Everything was restored after I changed it back and rebooted, but encrypted home directories seem to be hard-wired to your original password so be warned!
Last edited by ZAP (2009-05-11 06:43:27)