[Ecryptfs] [Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-19 Thread Alexander Kraev
Hi, Dustin! The workaround works. Could you please give me a link to good description of private directory's encryption in Ubuntu, internals and so on. Many thanks, Alex -- Public key ssh auth doesn't work with my Encrypted Home Directory https://bugs.launchpad.net/bugs/362427 You received

Re: [Ecryptfs] [Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-19 Thread Dustin Kirkland
On Sun, Apr 19, 2009 at 2:34 PM, Alexander Kraev alexander.kr...@gmail.com wrote: The workaround works. Could you please give me a link to good description of private directory's encryption in Ubuntu, internals and so on. http://blog.dustinkirkland.com/2009/02/how-encrypted-home-ecryptfs-

[Ecryptfs] [Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-17 Thread Alexander Kraev
Thanks, Dustin. Just tried your workaround. But it doesn't work. I steel get the same error. Just for note, there is no /sbin/ecryptfs.umount_private, there is /sbin/umount.ecryptfs_private -- Public key ssh auth doesn't work with my Encrypted Home Directory

Re: [Ecryptfs] [Bug 362427] Re: Public key ssh auth doesn't work with my Encrypted Home Directory

2009-04-17 Thread Dustin Kirkland
Right, sorry, typed the wrong commands. Here is an exact cut-and-paste. I left out a few details in the last one, as it was merely pseudo code. $ /sbin/umount.ecryptfs_private $ cd $HOME $ chmod 700 . $ mkdir -m 700 .ssh $ chmod 500 . $ echo $YOUR_REAL_PUBLIC_KEY .ssh/authorized_keys $