System administration: Difference between revisions

Jump to navigation Jump to search
Line 178: Line 178:


= Debian/Ubuntu-specific =
= Debian/Ubuntu-specific =
== Enable SSH public key authentication with an encrypted home folder ==
''Tested on Ubuntu 16.04 LTS''
<syntaxhighlight lang="bash">
$ /sbin/umount.ecryptfs_private
$ cd $HOME
$ chmod 700 .
$ mkdir -m 700 .ssh
$ chmod 500 .
$ echo $YOUR_REAL_PUBLIC_KEY > .ssh/authorized_keys
$ /sbin/mount.ecryptfs_private
</syntaxhighlight>


== Reconfigure console font ==
== Reconfigure console font ==

Navigation menu