Home
Random
Log in
Settings
About Han Wiki
Disclaimers
Han Wiki
Search
System administration: Difference between revisions
Page
Discussion
System administration
Special:MobileDiff/940
← Older edit
Newer edit →
System administration
(view source)
Revision as of 10:35, 2 August 2016
330 bytes removed
,
2 August 2016
→Enable SSH public key authentication with an encrypted home folder
← Older edit
Newer edit →
Revision as of 10:35, 2 August 2016
view source
Mhan
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits
→OpenSSL
← Older edit
Revision as of 10:35, 2 August 2016
view source
Mhan
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits
→Enable SSH public key authentication with an encrypted home folder
Newer edit →
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 ==
Mhan
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits