eCryptfs on ubuntu server : How to keep the home mounted without being over ssh?
Posted
by
Bebeoix
on Server Fault
See other posts from Server Fault
or by Bebeoix
Published on 2012-11-10T10:56:10Z
Indexed on
2012/11/10
11:06 UTC
Read the original article
Hit count: 212
I have a daemon program who need to read in a file who is saved somewhere in my home folder.
But every time I close my ssh connection, this daemon can't read the file because it appear that eCryptfs unmount the home.
Maybe there is an option to force eCryptfs to not only mount with an ssh connection ? I didn't found it.
Thanks.
PS : I know this thread, http://askubuntu.com/questions/165608/why-is-ecryptfs-only-mounting-private-home-directory-over-ssh, but this is not the proper/good way to deal with the request.
© Server Fault or respective owner