Comment 1 for bug 319909

Revision history for this message
bodhi.zazen (bodhi.zazen) wrote :

OK, so an easy fix, well work around

store the keys outside of $HOME and re-configure /etc/ssh/sshd_config

Add say :

AuthorizedKeysFile /etc/authorized_keys

restart sshd

now you can ssh with keys, but when you do $HOME is STILL encrypted.

from there su <user> and it decrypts

Long work around I know ;)