Browse Source

Documentation on irc

Bob Mottram 9 years ago
parent
commit
b430a77db2
2 changed files with 122 additions and 140 deletions
  1. 4
    12
      doc/EN/usage.org
  2. 118
    128
      website/EN/usage.html

+ 4
- 12
doc/EN/usage.org View File

190
 ssh myusername@mydomain -p 2222
190
 ssh myusername@mydomain -p 2222
191
 #+END_SRC
191
 #+END_SRC
192
 
192
 
193
-Then select *IRC* from the menu. Irssi is automatically set up to connect to your server and route its messages through the Tor network. Some popular systems such as *Freenode* reject connections coming from Tor (as a very crude attempt to stop trolls) and so if you want to use those you can exit to the command line from the menu and then just type "irssi" to use the system without Tor.
194
-
195
-To connect manually:
196
-
197
-#+BEGIN_SRC bash
198
-irssi
199
-/server add -auto -ssl yourdomainname 6697
200
-/connect yourdomainname
201
-/join #freedombone
202
-/save
203
-#+END_SRC
193
+Then select *IRC* from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use XChat or client which supports Tor.
204
 *** XChat
194
 *** XChat
205
-First install xchat and set up its configuration file.
195
+XChat is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
196
+
197
+First install XChat and set up its configuration file.
206
 
198
 
207
 #+BEGIN_SRC bash
199
 #+BEGIN_SRC bash
208
 sudo apt-get install tor xchat
200
 sudo apt-get install tor xchat

+ 118
- 128
website/EN/usage.html View File

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-04-17 Sun 14:54 -->
6
+<!-- 2016-04-17 Sun 19:22 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
170
 </colgroup>
170
 </colgroup>
171
 <tbody>
171
 <tbody>
172
 <tr>
172
 <tr>
173
-<td class="org-left"><a href="#org6af1e50">Readme</a></td>
173
+<td class="org-left"><a href="#orgheadline1">Readme</a></td>
174
 </tr>
174
 </tr>
175
 
175
 
176
 <tr>
176
 <tr>
177
-<td class="org-left"><a href="#org4220ea0">Improving ssh security</a></td>
177
+<td class="org-left"><a href="#orgheadline2">Improving ssh security</a></td>
178
 </tr>
178
 </tr>
179
 
179
 
180
 <tr>
180
 <tr>
181
-<td class="org-left"><a href="#org2824bde">Administrating the system via an onion address (Tor)</a></td>
181
+<td class="org-left"><a href="#orgheadline3">Administrating the system via an onion address (Tor)</a></td>
182
 </tr>
182
 </tr>
183
 
183
 
184
 <tr>
184
 <tr>
190
 </tr>
190
 </tr>
191
 
191
 
192
 <tr>
192
 <tr>
193
-<td class="org-left"><a href="#org18a8a7">Syncing to the Cloud</a></td>
193
+<td class="org-left"><a href="#orgheadline4">Syncing to the Cloud</a></td>
194
 </tr>
194
 </tr>
195
 
195
 
196
 <tr>
196
 <tr>
197
-<td class="org-left"><a href="#orgb1fd53f">Play Music</a></td>
197
+<td class="org-left"><a href="#orgheadline5">Play Music</a></td>
198
 </tr>
198
 </tr>
199
 
199
 
200
 <tr>
200
 <tr>
201
-<td class="org-left"><a href="#org65f2bcb">Microblogging (GNU Social)</a></td>
201
+<td class="org-left"><a href="#orgheadline6">Microblogging (GNU Social)</a></td>
202
 </tr>
202
 </tr>
203
 
203
 
204
 <tr>
204
 <tr>
205
-<td class="org-left"><a href="#org5ac61bc">Social Network</a></td>
205
+<td class="org-left"><a href="#orgheadline7">Social Network</a></td>
206
 </tr>
206
 </tr>
207
 
207
 
208
 <tr>
208
 <tr>
209
-<td class="org-left"><a href="#org179d200">Chat Services</a></td>
209
+<td class="org-left"><a href="#orgheadline8">Chat Services</a></td>
210
 </tr>
210
 </tr>
211
 
211
 
212
 <tr>
212
 <tr>
213
-<td class="org-left"><a href="#orgecc633b">RSS Reader</a></td>
213
+<td class="org-left"><a href="#orgheadline9">RSS Reader</a></td>
214
 </tr>
214
 </tr>
215
 
215
 
216
 <tr>
216
 <tr>
217
-<td class="org-left"><a href="#orga74a75d">Adding or removing users</a></td>
217
+<td class="org-left"><a href="#orgheadline10">Adding or removing users</a></td>
218
 </tr>
218
 </tr>
219
 </tbody>
219
 </tbody>
220
 </table>
220
 </table>
221
 
221
 
222
-<div id="outline-container-org6af1e50" class="outline-2">
223
-<h2 id="org6af1e50">Readme</h2>
224
-<div class="outline-text-2" id="text-org6af1e50">
222
+<div id="outline-container-orgheadline1" class="outline-2">
223
+<h2 id="orgheadline1">Readme</h2>
224
+<div class="outline-text-2" id="text-orgheadline1">
225
 <p>
225
 <p>
226
 After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
226
 After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
227
 </p>
227
 </p>
242
 </p>
242
 </p>
243
 </div>
243
 </div>
244
 </div>
244
 </div>
245
-<div id="outline-container-org4220ea0" class="outline-2">
246
-<h2 id="org4220ea0">Improving ssh security</h2>
247
-<div class="outline-text-2" id="text-org4220ea0">
245
+<div id="outline-container-orgheadline2" class="outline-2">
246
+<h2 id="orgheadline2">Improving ssh security</h2>
247
+<div class="outline-text-2" id="text-orgheadline2">
248
 <p>
248
 <p>
249
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
249
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
250
 </p>
250
 </p>
297
 </div>
297
 </div>
298
 </div>
298
 </div>
299
 
299
 
300
-<div id="outline-container-org2824bde" class="outline-2">
301
-<h2 id="org2824bde">Administrating the system via an onion address (Tor)</h2>
302
-<div class="outline-text-2" id="text-org2824bde">
300
+<div id="outline-container-orgheadline3" class="outline-2">
301
+<h2 id="orgheadline3">Administrating the system via an onion address (Tor)</h2>
302
+<div class="outline-text-2" id="text-orgheadline3">
303
 <p>
303
 <p>
304
 You can also access your system via the Tor system using an onion address. To find out what the onion address for ssh access is you can do the following:
304
 You can also access your system via the Tor system using an onion address. To find out what the onion address for ssh access is you can do the following:
305
 </p>
305
 </p>
328
 </p>
328
 </p>
329
 </div>
329
 </div>
330
 </div>
330
 </div>
331
-<div id="outline-container-org18a8a7" class="outline-2">
332
-<h2 id="org18a8a7">Syncing to the Cloud</h2>
333
-<div class="outline-text-2" id="text-org18a8a7">
331
+<div id="outline-container-orgheadline4" class="outline-2">
332
+<h2 id="orgheadline4">Syncing to the Cloud</h2>
333
+<div class="outline-text-2" id="text-orgheadline4">
334
 <p>
334
 <p>
335
 <a href="https://syncthing.net/">Syncthing</a> provides a similar capability to proprietary systems such as <a href="http://www.drop-dropbox.com/">Dropbox</a>, and also is well suited for use with low power single board computers. You can have one or more directories which are synchronized across your various laptops/desktops/devices, and this makes it hard for you to ever lose important files. The manner in which the synchronization is done is pretty secure, such that it would be difficult for passive adversaries (mass surveillance, "<i>men in the middle</i>", etc) to know what files you're sharing. Of course, you don't necessarily need to be running a server in order to use Syncthing, but if you do have a server which is always running then there's always at least one place to synchronize your files to or from.
335
 <a href="https://syncthing.net/">Syncthing</a> provides a similar capability to proprietary systems such as <a href="http://www.drop-dropbox.com/">Dropbox</a>, and also is well suited for use with low power single board computers. You can have one or more directories which are synchronized across your various laptops/desktops/devices, and this makes it hard for you to ever lose important files. The manner in which the synchronization is done is pretty secure, such that it would be difficult for passive adversaries (mass surveillance, "<i>men in the middle</i>", etc) to know what files you're sharing. Of course, you don't necessarily need to be running a server in order to use Syncthing, but if you do have a server which is always running then there's always at least one place to synchronize your files to or from.
336
 </p>
336
 </p>
340
 </p>
340
 </p>
341
 </div>
341
 </div>
342
 
342
 
343
-<div id="outline-container-org29125c1" class="outline-3">
344
-<h3 id="org29125c1">On a laptop</h3>
345
-<div class="outline-text-3" id="text-org29125c1">
343
+<div id="outline-container-orgheadline11" class="outline-3">
344
+<h3 id="orgheadline11">On a laptop</h3>
345
+<div class="outline-text-3" id="text-orgheadline11">
346
 <p>
346
 <p>
347
 Install syncthing:
347
 Install syncthing:
348
 </p>
348
 </p>
397
 </p>
397
 </p>
398
 </div>
398
 </div>
399
 </div>
399
 </div>
400
-<div id="outline-container-org45ea954" class="outline-3">
401
-<h3 id="org45ea954">On Android</h3>
402
-<div class="outline-text-3" id="text-org45ea954">
400
+<div id="outline-container-orgheadline12" class="outline-3">
401
+<h3 id="orgheadline12">On Android</h3>
402
+<div class="outline-text-3" id="text-orgheadline12">
403
 <p>
403
 <p>
404
 Install Syncthing and Connectbot from F-droid.
404
 Install Syncthing and Connectbot from F-droid.
405
 </p>
405
 </p>
430
 </div>
430
 </div>
431
 </div>
431
 </div>
432
 </div>
432
 </div>
433
-<div id="outline-container-orgb1fd53f" class="outline-2">
434
-<h2 id="orgb1fd53f">Play Music</h2>
435
-<div class="outline-text-2" id="text-orgb1fd53f">
436
-</div><div id="outline-container-org40ea8c6" class="outline-3">
437
-<h3 id="org40ea8c6">With the DLNA service</h3>
438
-<div class="outline-text-3" id="text-org40ea8c6">
433
+<div id="outline-container-orgheadline5" class="outline-2">
434
+<h2 id="orgheadline5">Play Music</h2>
435
+<div class="outline-text-2" id="text-orgheadline5">
436
+</div><div id="outline-container-orgheadline13" class="outline-3">
437
+<h3 id="orgheadline13">With the DLNA service</h3>
438
+<div class="outline-text-3" id="text-orgheadline13">
439
 <p>
439
 <p>
440
 An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "<i>Music</i>" on a USB thumb drive and then insert it into from socket on the Beaglebone.
440
 An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "<i>Music</i>" on a USB thumb drive and then insert it into from socket on the Beaglebone.
441
 </p>
441
 </p>
476
 </div>
476
 </div>
477
 </div>
477
 </div>
478
 
478
 
479
-<div id="outline-container-org65f2bcb" class="outline-2">
480
-<h2 id="org65f2bcb">Microblogging (GNU Social)</h2>
481
-<div class="outline-text-2" id="text-org65f2bcb">
479
+<div id="outline-container-orgheadline6" class="outline-2">
480
+<h2 id="orgheadline6">Microblogging (GNU Social)</h2>
481
+<div class="outline-text-2" id="text-orgheadline6">
482
 <p>
482
 <p>
483
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
483
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
484
 </p>
484
 </p>
507
 </div>
507
 </div>
508
 </div>
508
 </div>
509
 
509
 
510
-<div id="outline-container-org5ac61bc" class="outline-2">
511
-<h2 id="org5ac61bc">Social Network</h2>
512
-<div class="outline-text-2" id="text-org5ac61bc">
513
-</div><div id="outline-container-org92f9601" class="outline-3">
514
-<h3 id="org92f9601">Domains</h3>
515
-<div class="outline-text-3" id="text-org92f9601">
510
+<div id="outline-container-orgheadline7" class="outline-2">
511
+<h2 id="orgheadline7">Social Network</h2>
512
+<div class="outline-text-2" id="text-orgheadline7">
513
+</div><div id="outline-container-orgheadline14" class="outline-3">
514
+<h3 id="orgheadline14">Domains</h3>
515
+<div class="outline-text-3" id="text-orgheadline14">
516
 <p>
516
 <p>
517
 Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
517
 Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
518
 </p>
518
 </p>
519
 </div>
519
 </div>
520
 </div>
520
 </div>
521
-<div id="outline-container-org6e9d961" class="outline-3">
522
-<h3 id="org6e9d961">Initial install</h3>
523
-<div class="outline-text-3" id="text-org6e9d961">
521
+<div id="outline-container-orgheadline15" class="outline-3">
522
+<h3 id="orgheadline15">Initial install</h3>
523
+<div class="outline-text-3" id="text-orgheadline15">
524
 <p>
524
 <p>
525
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
525
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
526
 </p>
526
 </p>
534
 </div>
534
 </div>
535
 </div>
535
 </div>
536
 
536
 
537
-<div id="outline-container-org179d200" class="outline-2">
538
-<h2 id="org179d200">Chat Services</h2>
539
-<div class="outline-text-2" id="text-org179d200">
540
-</div><div id="outline-container-org5a71dc" class="outline-3">
541
-<h3 id="org5a71dc">IRC</h3>
542
-<div class="outline-text-3" id="text-org5a71dc">
537
+<div id="outline-container-orgheadline8" class="outline-2">
538
+<h2 id="orgheadline8">Chat Services</h2>
539
+<div class="outline-text-2" id="text-orgheadline8">
540
+</div><div id="outline-container-orgheadline16" class="outline-3">
541
+<h3 id="orgheadline16">IRC</h3>
542
+<div class="outline-text-3" id="text-orgheadline16">
543
 <p>
543
 <p>
544
 IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
544
 IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
545
 </p>
545
 </p>
546
 </div>
546
 </div>
547
-<div id="outline-container-org6563ded" class="outline-4">
548
-<h4 id="org6563ded">Irssi</h4>
549
-<div class="outline-text-4" id="text-org6563ded">
547
+<div id="outline-container-orgheadline17" class="outline-4">
548
+<h4 id="orgheadline17">Irssi</h4>
549
+<div class="outline-text-4" id="text-orgheadline17">
550
 <p>
550
 <p>
551
 The easiest way to use irssi is to connect to your system, like this:
551
 The easiest way to use irssi is to connect to your system, like this:
552
 </p>
552
 </p>
558
 </div>
558
 </div>
559
 
559
 
560
 <p>
560
 <p>
561
-Then select <b>IRC</b> from the menu. Irssi is automatically set up to connect to your server and route its messages through the Tor network. Some popular systems such as <b>Freenode</b> reject connections coming from Tor (as a very crude attempt to stop trolls) and so if you want to use those you can exit to the command line from the menu and then just type "irssi" to use the system without Tor.
561
+Then select <b>IRC</b> from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use XChat or client which supports Tor.
562
 </p>
562
 </p>
563
-
563
+</div>
564
+</div>
565
+<div id="outline-container-orgheadline18" class="outline-4">
566
+<h4 id="orgheadline18">XChat</h4>
567
+<div class="outline-text-4" id="text-orgheadline18">
564
 <p>
568
 <p>
565
-To connect manually:
569
+XChat is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
566
 </p>
570
 </p>
567
 
571
 
568
-<div class="org-src-container">
569
-
570
-<pre class="src src-bash">irssi
571
-/server add -auto -ssl yourdomainname 6697
572
-/connect yourdomainname
573
-/join <span class="org-comment-delimiter">#</span><span class="org-comment">freedombone</span>
574
-/save
575
-</pre>
576
-</div>
577
-</div>
578
-</div>
579
-<div id="outline-container-org31fe657" class="outline-4">
580
-<h4 id="org31fe657">XChat</h4>
581
-<div class="outline-text-4" id="text-org31fe657">
582
 <p>
572
 <p>
583
-First install xchat and set up its configuration file.
573
+First install XChat and set up its configuration file.
584
 </p>
574
 </p>
585
 
575
 
586
 <div class="org-src-container">
576
 <div class="org-src-container">
752
 </div>
742
 </div>
753
 </div>
743
 </div>
754
 
744
 
755
-<div id="outline-container-org64f2283" class="outline-4">
756
-<h4 id="org64f2283">Changing or removing the IRC password</h4>
757
-<div class="outline-text-4" id="text-org64f2283">
745
+<div id="outline-container-orgheadline19" class="outline-4">
746
+<h4 id="orgheadline19">Changing or removing the IRC password</h4>
747
+<div class="outline-text-4" id="text-orgheadline19">
758
 <p>
748
 <p>
759
 By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
749
 By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
760
 </p>
750
 </p>
772
 </div>
762
 </div>
773
 </div>
763
 </div>
774
 
764
 
775
-<div id="outline-container-org3355fd0" class="outline-3">
776
-<h3 id="org3355fd0">XMPP/Jabber</h3>
777
-<div class="outline-text-3" id="text-org3355fd0">
778
-</div><div id="outline-container-orgd0ad23" class="outline-4">
779
-<h4 id="orgd0ad23">Using with Profanity</h4>
780
-<div class="outline-text-4" id="text-orgd0ad23">
765
+<div id="outline-container-orgheadline25" class="outline-3">
766
+<h3 id="orgheadline25">XMPP/Jabber</h3>
767
+<div class="outline-text-3" id="text-orgheadline25">
768
+</div><div id="outline-container-orgheadline20" class="outline-4">
769
+<h4 id="orgheadline20">Using with Profanity</h4>
770
+<div class="outline-text-4" id="text-orgheadline20">
781
 <p>
771
 <p>
782
 The <a href="http://profanity.im/">Profanity</a> shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your OTR keys are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
772
 The <a href="http://profanity.im/">Profanity</a> shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your OTR keys are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
783
 </p>
773
 </p>
867
 </p>
857
 </p>
868
 </div>
858
 </div>
869
 </div>
859
 </div>
870
-<div id="outline-container-org1d91511" class="outline-4">
871
-<h4 id="org1d91511">Using with Jitsi</h4>
872
-<div class="outline-text-4" id="text-org1d91511">
860
+<div id="outline-container-orgheadline21" class="outline-4">
861
+<h4 id="orgheadline21">Using with Jitsi</h4>
862
+<div class="outline-text-4" id="text-orgheadline21">
873
 <p>
863
 <p>
874
 Jitsi is the recommended communications client for desktop or laptop systems, since it includes the <i>off the record</i> (OTR) feature which provides some additional security beyond the usual SSL certificates.
864
 Jitsi is the recommended communications client for desktop or laptop systems, since it includes the <i>off the record</i> (OTR) feature which provides some additional security beyond the usual SSL certificates.
875
 </p>
865
 </p>
899
 </p>
889
 </p>
900
 </div>
890
 </div>
901
 </div>
891
 </div>
902
-<div id="outline-container-orgede6286" class="outline-4">
903
-<h4 id="orgede6286">Using with Ubuntu</h4>
904
-<div class="outline-text-4" id="text-orgede6286">
892
+<div id="outline-container-orgheadline22" class="outline-4">
893
+<h4 id="orgheadline22">Using with Ubuntu</h4>
894
+<div class="outline-text-4" id="text-orgheadline22">
905
 <p>
895
 <p>
906
 The default XMPP client in Ubuntu is Empathy.  Using Empathy isn't as secure as using Jitsi, since it doesn't include the <i>off the record</i> feature, but since it's the default it's what many users will have easy access to.
896
 The default XMPP client in Ubuntu is Empathy.  Using Empathy isn't as secure as using Jitsi, since it doesn't include the <i>off the record</i> feature, but since it's the default it's what many users will have easy access to.
907
 </p>
897
 </p>
919
 </p>
909
 </p>
920
 </div>
910
 </div>
921
 </div>
911
 </div>
922
-<div id="outline-container-orgf84cd38" class="outline-4">
923
-<h4 id="orgf84cd38">Using Tor Messenger</h4>
924
-<div class="outline-text-4" id="text-orgf84cd38">
912
+<div id="outline-container-orgheadline23" class="outline-4">
913
+<h4 id="orgheadline23">Using Tor Messenger</h4>
914
+<div class="outline-text-4" id="text-orgheadline23">
925
 <p>
915
 <p>
926
 Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org/">torproject.org</a> and the setup is pretty simple.
916
 Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org/">torproject.org</a> and the setup is pretty simple.
927
 </p>
917
 </p>
928
 </div>
918
 </div>
929
 </div>
919
 </div>
930
-<div id="outline-container-org8ea7357" class="outline-4">
931
-<h4 id="org8ea7357">Using with Android</h4>
932
-<div class="outline-text-4" id="text-org8ea7357">
920
+<div id="outline-container-orgheadline24" class="outline-4">
921
+<h4 id="orgheadline24">Using with Android</h4>
922
+<div class="outline-text-4" id="text-orgheadline24">
933
 <p>
923
 <p>
934
 Install <a href="https://f-droid.org/">F-Droid</a>
924
 Install <a href="https://f-droid.org/">F-Droid</a>
935
 </p>
925
 </p>
965
 </div>
955
 </div>
966
 </div>
956
 </div>
967
 </div>
957
 </div>
968
-<div id="outline-container-orga186a9f" class="outline-3">
969
-<h3 id="orga186a9f">Tox</h3>
970
-<div class="outline-text-3" id="text-orga186a9f">
958
+<div id="outline-container-orgheadline26" class="outline-3">
959
+<h3 id="orgheadline26">Tox</h3>
960
+<div class="outline-text-3" id="text-orgheadline26">
971
 <p>
961
 <p>
972
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
962
 Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
973
 </p>
963
 </p>
974
 </div>
964
 </div>
975
-<div id="outline-container-org5250d43" class="outline-4">
976
-<h4 id="org5250d43">Using the Toxic client</h4>
977
-<div class="outline-text-4" id="text-org5250d43">
965
+<div id="outline-container-orgheadline27" class="outline-4">
966
+<h4 id="orgheadline27">Using the Toxic client</h4>
967
+<div class="outline-text-4" id="text-orgheadline27">
978
 <p>
968
 <p>
979
 Log into your system with:
969
 Log into your system with:
980
 </p>
970
 </p>
998
 </div>
988
 </div>
999
 </div>
989
 </div>
1000
 
990
 
1001
-<div id="outline-container-orge1e6fa7" class="outline-3">
1002
-<h3 id="orge1e6fa7">VoIP (Voice chat)</h3>
1003
-<div class="outline-text-3" id="text-orge1e6fa7">
1004
-</div><div id="outline-container-org4b8e48a" class="outline-4">
1005
-<h4 id="org4b8e48a">Using with Ubuntu</h4>
1006
-<div class="outline-text-4" id="text-org4b8e48a">
991
+<div id="outline-container-orgheadline30" class="outline-3">
992
+<h3 id="orgheadline30">VoIP (Voice chat)</h3>
993
+<div class="outline-text-3" id="text-orgheadline30">
994
+</div><div id="outline-container-orgheadline28" class="outline-4">
995
+<h4 id="orgheadline28">Using with Ubuntu</h4>
996
+<div class="outline-text-4" id="text-orgheadline28">
1007
 <p>
997
 <p>
1008
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
998
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1009
 </p>
999
 </p>
1017
 </p>
1007
 </p>
1018
 </div>
1008
 </div>
1019
 </div>
1009
 </div>
1020
-<div id="outline-container-org48dd48a" class="outline-4">
1021
-<h4 id="org48dd48a">Using with Android</h4>
1022
-<div class="outline-text-4" id="text-org48dd48a">
1010
+<div id="outline-container-orgheadline29" class="outline-4">
1011
+<h4 id="orgheadline29">Using with Android</h4>
1012
+<div class="outline-text-4" id="text-orgheadline29">
1023
 <p>
1013
 <p>
1024
 Install <a href="https://f-droid.org/">F-Droid</a>
1014
 Install <a href="https://f-droid.org/">F-Droid</a>
1025
 </p>
1015
 </p>
1046
 </div>
1036
 </div>
1047
 </div>
1037
 </div>
1048
 </div>
1038
 </div>
1049
-<div id="outline-container-org6c1623e" class="outline-3">
1050
-<h3 id="org6c1623e">SIP phones</h3>
1051
-<div class="outline-text-3" id="text-org6c1623e">
1039
+<div id="outline-container-orgheadline31" class="outline-3">
1040
+<h3 id="orgheadline31">SIP phones</h3>
1041
+<div class="outline-text-3" id="text-orgheadline31">
1052
 <p>
1042
 <p>
1053
 Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
1043
 Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
1054
 </p>
1044
 </p>
1055
 </div>
1045
 </div>
1056
-<div id="outline-container-org3278f66" class="outline-4">
1057
-<h4 id="org3278f66">About ZRTP</h4>
1058
-<div class="outline-text-4" id="text-org3278f66">
1046
+<div id="outline-container-orgheadline32" class="outline-4">
1047
+<h4 id="orgheadline32">About ZRTP</h4>
1048
+<div class="outline-text-4" id="text-orgheadline32">
1059
 <p>
1049
 <p>
1060
 <a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> appears to be the current best standard to end-to-end encrypted voice calls, combining good security with simplicity of use. When the initial cryptographic negotiation between phones is done at the start of a call a short authentication string (SAS) is calculated and displayed at both ends. To check that there isn't anyone intercepting the call and acting as a <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> try to do - the short authentication string can be read out and verbally confirmed between the callers. If it's the same then you can be pretty confident that the call is secure.
1050
 <a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> appears to be the current best standard to end-to-end encrypted voice calls, combining good security with simplicity of use. When the initial cryptographic negotiation between phones is done at the start of a call a short authentication string (SAS) is calculated and displayed at both ends. To check that there isn't anyone intercepting the call and acting as a <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> try to do - the short authentication string can be read out and verbally confirmed between the callers. If it's the same then you can be pretty confident that the call is secure.
1061
 </p>
1051
 </p>
1062
 </div>
1052
 </div>
1063
 </div>
1053
 </div>
1064
-<div id="outline-container-orgd669231" class="outline-4">
1065
-<h4 id="orgd669231">Using with CSIPSimple</h4>
1066
-<div class="outline-text-4" id="text-orgd669231">
1054
+<div id="outline-container-orgheadline33" class="outline-4">
1055
+<h4 id="orgheadline33">Using with CSIPSimple</h4>
1056
+<div class="outline-text-4" id="text-orgheadline33">
1067
 <p>
1057
 <p>
1068
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1058
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1069
 </p>
1059
 </p>
1119
 </p>
1109
 </p>
1120
 </div>
1110
 </div>
1121
 </div>
1111
 </div>
1122
-<div id="outline-container-org8cfaa05" class="outline-4">
1123
-<h4 id="org8cfaa05">Using with Ring</h4>
1124
-<div class="outline-text-4" id="text-org8cfaa05">
1112
+<div id="outline-container-orgheadline34" class="outline-4">
1113
+<h4 id="orgheadline34">Using with Ring</h4>
1114
+<div class="outline-text-4" id="text-orgheadline34">
1125
 <p>
1115
 <p>
1126
 From the menu select <b>Manage accounts</b>.
1116
 From the menu select <b>Manage accounts</b>.
1127
 </p>
1117
 </p>
1174
 </div>
1164
 </div>
1175
 </div>
1165
 </div>
1176
 
1166
 
1177
-<div id="outline-container-orgecc633b" class="outline-2">
1178
-<h2 id="orgecc633b">RSS Reader</h2>
1179
-<div class="outline-text-2" id="text-orgecc633b">
1167
+<div id="outline-container-orgheadline9" class="outline-2">
1168
+<h2 id="orgheadline9">RSS Reader</h2>
1169
+<div class="outline-text-2" id="text-orgheadline9">
1180
 <p>
1170
 <p>
1181
 The way that RSS reading is set up on Freedombone gives you strong reading privacy. Not only is there onion routing between you and the server but also between the server and the source of the RSS feed. The only down side is that many RSS feeds are still http only, and so could be vulnerable to injection attacks, but it's expected that more of this will go to https in the foreseeable future due to a combination of growing recognition of security issues and systems like Let's Encrypt which make obtaining certificates much easier.
1171
 The way that RSS reading is set up on Freedombone gives you strong reading privacy. Not only is there onion routing between you and the server but also between the server and the source of the RSS feed. The only down side is that many RSS feeds are still http only, and so could be vulnerable to injection attacks, but it's expected that more of this will go to https in the foreseeable future due to a combination of growing recognition of security issues and systems like Let's Encrypt which make obtaining certificates much easier.
1182
 </p>
1172
 </p>
1220
 </blockquote>
1210
 </blockquote>
1221
 </div>
1211
 </div>
1222
 </div>
1212
 </div>
1223
-<div id="outline-container-orga74a75d" class="outline-2">
1224
-<h2 id="orga74a75d">Adding or removing users</h2>
1225
-<div class="outline-text-2" id="text-orga74a75d">
1213
+<div id="outline-container-orgheadline10" class="outline-2">
1214
+<h2 id="orgheadline10">Adding or removing users</h2>
1215
+<div class="outline-text-2" id="text-orgheadline10">
1226
 <p>
1216
 <p>
1227
 Log into the system with:
1217
 Log into the system with:
1228
 </p>
1218
 </p>