← Back to team overview

ecryptfs-users team mailing list archive

Re: ecryptfs with krb5 authentication and /etc/passwd authorization

 

On Mon, Jun 1, 2009 at 3:32 PM, Robert Freeman-Day<presgas@xxxxxxxxx> wrote:
> When I create a user with "adduser --disabled-password --encrypt-home
> user" I get the proper dialogue with the passphrase to write down.
> Logging on only gives me the unmounted home with the .Private directory
> and the soft-linked README.txt and Access-Your-Private-Data.desktop
> files.  Mounting manually will not work.  Is there something I am
> missing when creating users?

What happens when you run:
 ecryptfs-mount-private

Are you prompted for a password?  Do you have keys in your keyring?
 keyctl list @u

In the worst case, you're going to need to manually insert your keys
into your keyring, with:
 ecryptfs-insert-wrapped-passphrase-into-keyring ~/.wrapped-passphrase

And then run:
 mount.ecryptfs_private

:-Dustin



Follow ups

References