davideaves.com

Live in a world of your own, but always welcome visitors.

View on GitHub
22 December 2010

ecryptfs & ssh authorized_keys

by deaves

ecryptfs-umount-private
chmod +w $HOME
mkdir -m 700 .ssh
echo "<your public key>" > $HOME/.ssh/authorized_keys
chmod 600 $HOME/.ssh/authorized_keys
chmod -w $HOME
ecryptfs-mount-private
tags: ecryptfs - linux - ssh