Jump to content

Linux: Difference between revisions

18 bytes added ,  31 May 2020
Line 581: Line 581:
# Create a sudo user with and unencrypted home directory.
# Create a sudo user with and unencrypted home directory.
# After every restart, ssh into the unencrypted sudo user and decrypt your home directory:  
# After every restart, ssh into the unencrypted sudo user and decrypt your home directory:  
#:<code>sudo fscrypt unlock /home/david --user=david</code>
#* <code><nowiki>sudo fscrypt unlock /home/david --user=david</nowiki></code>
# Then ssh into your account.
# Then ssh into your account.
}}
}}