|
@@ -4,7 +4,7 @@
|
4
|
4
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
5
|
5
|
<head>
|
6
|
6
|
<title></title>
|
7
|
|
-<!-- 2015-11-03 Tue 19:54 -->
|
|
7
|
+<!-- 2015-11-03 Tue 20:01 -->
|
8
|
8
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
9
|
9
|
<meta name="generator" content="Org-mode" />
|
10
|
10
|
<meta name="author" content="Bob Mottram" />
|
|
@@ -277,25 +277,21 @@ It was originally designed to run on the Beaglebone Black, but that should be re
|
277
|
277
|
<h2 id="orgheadline4">Can I add more users to the system?</h2>
|
278
|
278
|
<div class="outline-text-2" id="text-orgheadline4">
|
279
|
279
|
<p>
|
280
|
|
-Yes. Freedombone can support a small number of users, for a "<i>friends and family</i>" type of home installation. This gives them access to an email account, XMPP, SIP phone and the blog (depending on whether the variant which you installed includes those). To add a user login as root then run the command:
|
|
280
|
+Yes. Freedombone can support a small number of users, for a "<i>friends and family</i>" type of home installation. This gives them access to an email account, XMPP, SIP phone and the blog (depending on whether the variant which you installed includes those).
|
281
|
281
|
</p>
|
282
|
282
|
|
283
|
283
|
<div class="org-src-container">
|
284
|
284
|
|
285
|
|
-<pre class="src src-bash">freedombone-adduser [username]
|
|
285
|
+<pre class="src src-bash">ssh username@mydomainname -p 2222
|
|
286
|
+su
|
|
287
|
+control
|
286
|
288
|
</pre>
|
287
|
289
|
</div>
|
288
|
290
|
|
289
|
291
|
<p>
|
290
|
|
-Or optionally with an <i>ssh public key</i>, given either as a filename or directly pasted. Specifying an ssh key will allow the user to log in more securely if they wish to use the Mutt email client.
|
|
292
|
+Select <i>Manage Users</i> and then <i>Add a user</i>. You will be prompted for a username and you can also optionally provide their ssh public key.
|
291
|
293
|
</p>
|
292
|
294
|
|
293
|
|
-<div class="org-src-container">
|
294
|
|
-
|
295
|
|
-<pre class="src src-bash">freedombone-adduser [username] [ssh public key]
|
296
|
|
-</pre>
|
297
|
|
-</div>
|
298
|
|
-
|
299
|
295
|
<p>
|
300
|
296
|
Something to consider when having more than a single user on the system is the security situation. The original administrator user will have access to all of the data for other users (including their encryption keys), so if you do add extra users they need to have <b>complete trust</b> in the administrator.
|
301
|
297
|
</p>
|
|
@@ -309,14 +305,20 @@ Another point is that Freedombone installations are not intended to support many
|
309
|
305
|
<h2 id="orgheadline5">How do I remove a user from the system?</h2>
|
310
|
306
|
<div class="outline-text-2" id="text-orgheadline5">
|
311
|
307
|
<p>
|
312
|
|
-To remove a user login as root then run the command:
|
|
308
|
+To remove a user:
|
313
|
309
|
</p>
|
314
|
310
|
|
315
|
311
|
<div class="org-src-container">
|
316
|
312
|
|
317
|
|
-<pre class="src src-bash">freedombone-rmuser [username]
|
|
313
|
+<pre class="src src-bash">ssh username@mydomainname -p 2222
|
|
314
|
+su
|
|
315
|
+control
|
318
|
316
|
</pre>
|
319
|
317
|
</div>
|
|
318
|
+
|
|
319
|
+<p>
|
|
320
|
+Select <i>Manage Users</i> and then <i>Delete a user</i>. Note that this will delete all of that user's files and email.
|
|
321
|
+</p>
|
320
|
322
|
</div>
|
321
|
323
|
</div>
|
322
|
324
|
<div id="outline-container-orgheadline6" class="outline-2">
|