Parece que o OpenVZ é o problema (novamente). O OpenVZ usa o kernel pai e não posso fazer nada com isso.
Eu tentei instalar o eCryptfs no meu servidor para abrir um eCryptfs que eu fiz no meu computador pessoal.
Eu tenho esses erros.
$ sudo mount -t ecryptfs /home/(place)/enc/ /home/(place)/enc/
Unable to get the version number of the kernel module. Please make sure that you have the eCryptfs kernel module loaded, you have sysfs mounted, and the sysfs mount point is in /etc/mtab. This is necessary so that the mount helper knows which kernel options are supported.
Make sure that your system is set up to auto-load your filesystem kernel module on mount.
Enabling passphrase-mode only for now.
Unable to link the KEY_SPEC_USER_KEYRING into the KEY_SPEC_SESSION_KEYRING; there is something wrong with your kernel keyring. Did you build key retention support into your kernel?
Eu não tenho ideia do que isso significa. Meu servidor tem o Debian nele. Eu deveria fazer alguma coisa?
Tente comentar a seguinte linha em /etc/pam.d/sshd
sessionoptional pam_keyinit.so force revoke
se você comentar, novas sessões virtuais devem permitir que o ecryptfs mount funcione. Isso funcionou para mim com sessões de tela. Veja esta postagem .
É possivelmente porque você estava tentando montar na tela ou no tmux. Veja: link
Tente apenas um login simples no ssh.
Tags kernel ecryptfs linux filesystems