Comment 10 for bug 364015

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: [Bug 364015] Re: Auto mount of encrypted home directory RANDOMLY stops to work

Okay, I don't think you understood me very well...

Do this ...

Put a single, unencrypted copy of authorized_keys in /var/lib/ecryptfs/$USER

Now, symlink to that file from two locations...

When your $HOME is created, do:

 $ ln -s /var/lib/ecryptfs/$USER/authorized_keys $HOME/.ssh

And the do the same when it's not mounted.

:-Dustin