In qualche modo sono riuscito a interrompere il montaggio automatico per la mia directory home crittografata.
Ogni volta che accedo tramite SSH, vedo questo:
valorin@joshua:~$ ls -la
total 44
dr-x------ 3 valorin valorin 4096 2012-03-17 17:10 .
drwxr-xr-x 7 root root 4096 2012-03-17 11:45 ..
lrwxrwxrwx 1 valorin valorin 56 2012-03-08 20:37 Access-Your-Private-Data.desktop -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
-rw------- 1 valorin valorin 917 2012-03-17 19:24 .bash_history
drwx------ 3 valorin valorin 4096 2012-03-16 17:58 .cache
lrwxrwxrwx 1 valorin valorin 33 2012-03-08 20:37 .ecryptfs -> /home/.ecryptfs/valorin/.ecryptfs
-rw-r--r-- 1 root root 21954 2012-03-08 20:35 .face
lrwxrwxrwx 1 valorin valorin 32 2012-03-08 20:37 .Private -> /home/.ecryptfs/valorin/.Private
lrwxrwxrwx 1 valorin valorin 52 2012-03-08 20:37 README.txt -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
-rw------- 1 root root 703 2012-03-17 17:10 .viminfo
Qualche idea su cosa ho fatto e come posso risolverlo?
AGGIORNARE:
Ho impostato l'autenticazione con chiave SSH usando il metodo qui , che con il senno di poi è il motivo della home directory crittografata non funzionante.
Quindi, la mia nuova domanda, come ottengo che richieda automaticamente la password dopo aver effettuato l'accesso con la chiave di autenticazione SSH?