Document irc setup

This commit is contained in:
Bob Mottram 2016-04-17 14:54:56 +01:00
parent 5074772889
commit 6b658f2a20
3 changed files with 403 additions and 123 deletions

View File

@ -191,22 +191,153 @@ ssh myusername@mydomain -p 2222
#+END_SRC
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.
To connect manually:
#+BEGIN_SRC bash
irssi
/server add -auto -ssl yourdomainname 6697
/connect yourdomainname
/join #freedombone
/save
#+END_SRC
*** XChat
If you are using the XChat client:
First install xchat and set up its configuration file.
#+BEGIN_SRC bash
sudo apt-get install tor xchat
mkdir ~/.xchat2
echo "# By default, XChat based IRC software, when started-up, or run for first time,
# it starts to use local network, to connect to the internet. To prevent that,
# and to force it, to use Tor proxy (a Socks5 server):
#
# /set net_proxy_host 127.0.0.1
# /set net_proxy_port 9050
# /set net_proxy_type 3
# /set net_proxy_use 0
net_proxy_host = 127.0.0.1
net_proxy_port = 9050
# Technical note: 3 = socks5
net_proxy_type = 3
# Technical note: Do not worry. 0 is not equal to "off". 0 stands for "All".
# Check yourself https://toxin.jottit.com/xchat_set_variables
net_proxy_use = 0
# XChat should not use the same circuit/exit server as other Tor applications.
# Otherwise activity in different applications could be correlated to the same
# pseudonym. There is a way to prevent that.
# It is called stream isolation. We use IsolateSOCKSAuth,
# see https://www.torproject.org/docs/tor-manual-dev.html.en
# The password is actually not required, but it does not hurt either.
# Will probable not hurt on Tor 0.2.2 and below.
# Works with Tor 0.2.3 and above.
#
# /set net_proxy_auth 1
# /set net_proxy_pass = XChat
# /set net_proxy_user = XChat
#
net_proxy_auth = 1
net_proxy_pass = XChat
net_proxy_user = XChat
# Get rid of protocol leaks:
# a DCC session can reveal IP address, etc. identd flag can reveal your
# username which you use to login in your OS(Windows/Linux/Unix/MacOS) profile.
# To prevent those:
#
# /set dcc_auto_chat 0
# /set dcc_auto_resume OFF
# /set dcc_auto_send 0
# /set irc_hide_version ON
# /set identd OFF <-- NOT working on all XChat-based IRC software.
# But still highly suggested to include & use it.
# Probable not needed on UNIX, source: http://xchat.org/faq/#q21
dcc_auto_chat = 0
dcc_auto_resume = 0
dcc_auto_send = 0
irc_hide_version = 1
identd = 0
# If you use your own comment instead of default values, then these data are
# posted on each channel when you do these events: JOIN, PART, QUIT, AWAY.
# So they can reveal who you actually are, when you are using same XChat
# software for multiple different nicknames.
#
# Delete everything under Settings -> Preferences -> Default Messages:
# -> Quit: <Deleted everything!>
# -> Leave channel: <Deleted everything!>
# -> Away: <Deleted everything!>
away_reason =
irc_part_reason =
irc_quit_reason =
# By default, XChat based IRC software uses your platform OS(Operating System)s
# login user name as your nickname, user name, real name. To prevent leaking
# that, and, to use your own choice of nickname, realname, username:
#
# ***Pseudonymous vs. anonymous IRC use.***
# Actually IRC is pseudonymous. Your nickname might also reveal something about
# your origin, interests, etc. You can make IRC more anonymous by choosing a more
# meaningless nickname. Use the following defaults if you want to be more anonymous.
# If user, user_ and user___ are already taken, add more _ or start using user1,
# user2, user3, etc. Or if the irc network auto assigns your a nickname, i.e.
# guest532, stick with that nickname.
#
# Of course, you are free to continue using IRC in a pseudonymous manner.
# In that case, instant of user, choose your nickname.
#
# /set irc_real_name user
# /set irc_user_name user
# /set irc_nick1 user
# /set irc_nick2 user_
# /set irc_nick3 user__
irc_real_name = user
irc_user_name = user
irc_nick1 = user
irc_nick2 = user_
irc_nick3 = user__
# Use a more common nick completion suffix:
# When you write the first few characters of a nickname followed by tab,
# it will, by XChat default, complete the nickname and ", " behind the
# nickname. The behavior is XChat specific. The " :" is more more common
# for more common clients such as mIRC.
#
# XChat -> Settings -> Preferences -> input box -> completion_suffix set to :
#
completion_suffix = :
# Not starting the server windows at the beginning so you can check and set
# settings before connecting to any IRC networks.
gui_slist_skip = 1
" > ~/.xchat2/xchat.conf
#+END_SRC
Now look up the onion address for your IRC server
#+BEGIN_SRC bash
ssh username@mydomainname -p 2222
#+END_SRC
Select Administrator options, then *About this system* and make a note of the onion address for IRC. Also select the *IRC Menu* and take a note of the login password.
[[file:images/xchat_setup.jpg]]
Run XChat.
Within the network list click, *Add* and enter your domain name then click *Edit*.
Select the entry within the servers box, then enter *mydomainname/6697* and press *Enter*.
Select the entry within the servers box, then enter *ircaddress.onion/6697* and press *Enter*.
Uncheck *use global user information*.
Enter first and second nicknames and check *auto connect to this network on startup*.
Check *use SSL* and *accept invalid SSL certificate*.
Make sure that *use SSL* is unchecked. Encryption will be handled via the onion address itself.
Enter *#freedombone* as the channel name.
Enter the password which can be found from the IRC menu of the *control panel*.
Within the *Server password* field enter the password which can be found from the IRC menu of the *control panel*.
Click *close* and then *connect*.

BIN
img/xchat_setup.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-04-16 Sat 09:22 -->
<!-- 2016-04-17 Sun 14:54 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -170,15 +170,15 @@ for the JavaScript code in this tag.
</colgroup>
<tbody>
<tr>
<td class="org-left"><a href="#org2013d81">Readme</a></td>
<td class="org-left"><a href="#org6af1e50">Readme</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org28cca59">Improving ssh security</a></td>
<td class="org-left"><a href="#org4220ea0">Improving ssh security</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org6cc1512">Administrating the system via an onion address (Tor)</a></td>
<td class="org-left"><a href="#org2824bde">Administrating the system via an onion address (Tor)</a></td>
</tr>
<tr>
@ -190,38 +190,38 @@ for the JavaScript code in this tag.
</tr>
<tr>
<td class="org-left"><a href="#org2b75c6c">Syncing to the Cloud</a></td>
<td class="org-left"><a href="#org18a8a7">Syncing to the Cloud</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org9cdb3b4">Play Music</a></td>
<td class="org-left"><a href="#orgb1fd53f">Play Music</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org65a42bf">Microblogging (GNU Social)</a></td>
<td class="org-left"><a href="#org65f2bcb">Microblogging (GNU Social)</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org4a6e22d">Social Network</a></td>
<td class="org-left"><a href="#org5ac61bc">Social Network</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgb9bc8b7">Chat Services</a></td>
<td class="org-left"><a href="#org179d200">Chat Services</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orge817e38">RSS Reader</a></td>
<td class="org-left"><a href="#orgecc633b">RSS Reader</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org1e497a1">Adding or removing users</a></td>
<td class="org-left"><a href="#orga74a75d">Adding or removing users</a></td>
</tr>
</tbody>
</table>
<div id="outline-container-org2013d81" class="outline-2">
<h2 id="org2013d81">Readme</h2>
<div class="outline-text-2" id="text-org2013d81">
<div id="outline-container-org6af1e50" class="outline-2">
<h2 id="org6af1e50">Readme</h2>
<div class="outline-text-2" id="text-org6af1e50">
<p>
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:
</p>
@ -242,9 +242,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
</p>
</div>
</div>
<div id="outline-container-org28cca59" class="outline-2">
<h2 id="org28cca59">Improving ssh security</h2>
<div class="outline-text-2" id="text-org28cca59">
<div id="outline-container-org4220ea0" class="outline-2">
<h2 id="org4220ea0">Improving ssh security</h2>
<div class="outline-text-2" id="text-org4220ea0">
<p>
To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
</p>
@ -297,9 +297,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
</div>
</div>
<div id="outline-container-org6cc1512" class="outline-2">
<h2 id="org6cc1512">Administrating the system via an onion address (Tor)</h2>
<div class="outline-text-2" id="text-org6cc1512">
<div id="outline-container-org2824bde" class="outline-2">
<h2 id="org2824bde">Administrating the system via an onion address (Tor)</h2>
<div class="outline-text-2" id="text-org2824bde">
<p>
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:
</p>
@ -328,9 +328,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
</p>
</div>
</div>
<div id="outline-container-org2b75c6c" class="outline-2">
<h2 id="org2b75c6c">Syncing to the Cloud</h2>
<div class="outline-text-2" id="text-org2b75c6c">
<div id="outline-container-org18a8a7" class="outline-2">
<h2 id="org18a8a7">Syncing to the Cloud</h2>
<div class="outline-text-2" id="text-org18a8a7">
<p>
<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.
</p>
@ -340,9 +340,9 @@ Freedombone provides Syncthing shared directories for each user on the system, p
</p>
</div>
<div id="outline-container-orgf982f94" class="outline-3">
<h3 id="orgf982f94">On a laptop</h3>
<div class="outline-text-3" id="text-orgf982f94">
<div id="outline-container-org29125c1" class="outline-3">
<h3 id="org29125c1">On a laptop</h3>
<div class="outline-text-3" id="text-org29125c1">
<p>
Install syncthing:
</p>
@ -397,9 +397,9 @@ Now wait for a few minutes. Eventually you will see two messages appear within t
</p>
</div>
</div>
<div id="outline-container-org4ea57c9" class="outline-3">
<h3 id="org4ea57c9">On Android</h3>
<div class="outline-text-3" id="text-org4ea57c9">
<div id="outline-container-org45ea954" class="outline-3">
<h3 id="org45ea954">On Android</h3>
<div class="outline-text-3" id="text-org45ea954">
<p>
Install Syncthing and Connectbot from F-droid.
</p>
@ -430,12 +430,12 @@ Now wait for a few minutes or more. Eventually you should receive two notificati
</div>
</div>
</div>
<div id="outline-container-org9cdb3b4" class="outline-2">
<h2 id="org9cdb3b4">Play Music</h2>
<div class="outline-text-2" id="text-org9cdb3b4">
</div><div id="outline-container-org5224921" class="outline-3">
<h3 id="org5224921">With the DLNA service</h3>
<div class="outline-text-3" id="text-org5224921">
<div id="outline-container-orgb1fd53f" class="outline-2">
<h2 id="orgb1fd53f">Play Music</h2>
<div class="outline-text-2" id="text-orgb1fd53f">
</div><div id="outline-container-org40ea8c6" class="outline-3">
<h3 id="org40ea8c6">With the DLNA service</h3>
<div class="outline-text-3" id="text-org40ea8c6">
<p>
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.
</p>
@ -476,9 +476,9 @@ The DLNA service will only work within your local home network, and isn't remote
</div>
</div>
<div id="outline-container-org65a42bf" class="outline-2">
<h2 id="org65a42bf">Microblogging (GNU Social)</h2>
<div class="outline-text-2" id="text-org65a42bf">
<div id="outline-container-org65f2bcb" class="outline-2">
<h2 id="org65f2bcb">Microblogging (GNU Social)</h2>
<div class="outline-text-2" id="text-org65f2bcb">
<p>
To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
</p>
@ -507,20 +507,20 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
</div>
</div>
<div id="outline-container-org4a6e22d" class="outline-2">
<h2 id="org4a6e22d">Social Network</h2>
<div class="outline-text-2" id="text-org4a6e22d">
</div><div id="outline-container-orgedb396e" class="outline-3">
<h3 id="orgedb396e">Domains</h3>
<div class="outline-text-3" id="text-orgedb396e">
<div id="outline-container-org5ac61bc" class="outline-2">
<h2 id="org5ac61bc">Social Network</h2>
<div class="outline-text-2" id="text-org5ac61bc">
</div><div id="outline-container-org92f9601" class="outline-3">
<h3 id="org92f9601">Domains</h3>
<div class="outline-text-3" id="text-org92f9601">
<p>
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.
</p>
</div>
</div>
<div id="outline-container-org36440d3" class="outline-3">
<h3 id="org36440d3">Initial install</h3>
<div class="outline-text-3" id="text-org36440d3">
<div id="outline-container-org6e9d961" class="outline-3">
<h3 id="org6e9d961">Initial install</h3>
<div class="outline-text-3" id="text-org6e9d961">
<p>
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.
</p>
@ -534,19 +534,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
</div>
</div>
<div id="outline-container-orgb9bc8b7" class="outline-2">
<h2 id="orgb9bc8b7">Chat Services</h2>
<div class="outline-text-2" id="text-orgb9bc8b7">
</div><div id="outline-container-org68b61e1" class="outline-3">
<h3 id="org68b61e1">IRC</h3>
<div class="outline-text-3" id="text-org68b61e1">
<div id="outline-container-org179d200" class="outline-2">
<h2 id="org179d200">Chat Services</h2>
<div class="outline-text-2" id="text-org179d200">
</div><div id="outline-container-org5a71dc" class="outline-3">
<h3 id="org5a71dc">IRC</h3>
<div class="outline-text-3" id="text-org5a71dc">
<p>
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.
</p>
</div>
<div id="outline-container-org55d9970" class="outline-4">
<h4 id="org55d9970">Irssi</h4>
<div class="outline-text-4" id="text-org55d9970">
<div id="outline-container-org6563ded" class="outline-4">
<h4 id="org6563ded">Irssi</h4>
<div class="outline-text-4" id="text-org6563ded">
<p>
The easiest way to use irssi is to connect to your system, like this:
</p>
@ -560,13 +560,162 @@ The easiest way to use irssi is to connect to your system, like this:
<p>
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.
</p>
</div>
</div>
<div id="outline-container-org4e9f75" class="outline-4">
<h4 id="org4e9f75">XChat</h4>
<div class="outline-text-4" id="text-org4e9f75">
<p>
If you are using the XChat client:
To connect manually:
</p>
<div class="org-src-container">
<pre class="src src-bash">irssi
/server add -auto -ssl yourdomainname 6697
/connect yourdomainname
/join <span class="org-comment-delimiter">#</span><span class="org-comment">freedombone</span>
/save
</pre>
</div>
</div>
</div>
<div id="outline-container-org31fe657" class="outline-4">
<h4 id="org31fe657">XChat</h4>
<div class="outline-text-4" id="text-org31fe657">
<p>
First install xchat and set up its configuration file.
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install tor xchat
mkdir ~/.xchat2
<span class="org-builtin">echo</span> <span class="org-string">"# By default, XChat based IRC software, when started-up, or run for first time,</span>
<span class="org-string"># it starts to use local network, to connect to the internet. To prevent that,</span>
<span class="org-string"># and to force it, to use Tor proxy (a Socks5 server):</span>
<span class="org-string">#</span>
<span class="org-string"># /set net_proxy_host 127.0.0.1</span>
<span class="org-string"># /set net_proxy_port 9050</span>
<span class="org-string"># /set net_proxy_type 3</span>
<span class="org-string"># /set net_proxy_use 0</span>
<span class="org-string">net_proxy_host = 127.0.0.1</span>
<span class="org-string">net_proxy_port = 9050</span>
<span class="org-string"># Technical note: 3 = socks5</span>
<span class="org-string">net_proxy_type = 3</span>
<span class="org-string"># Technical note: Do not worry. 0 is not equal to "</span>off<span class="org-string">". 0 stands for "</span>All<span class="org-string">".</span>
<span class="org-string"># Check yourself https://toxin.jottit.com/xchat_set_variables</span>
<span class="org-string">net_proxy_use = 0</span>
<span class="org-string"># XChat should not use the same circuit/exit server as other Tor applications.</span>
<span class="org-string"># Otherwise activity in different applications could be correlated to the same</span>
<span class="org-string"># pseudonym. There is a way to prevent that.</span>
<span class="org-string"># It is called stream isolation. We use IsolateSOCKSAuth, </span>
<span class="org-string"># see https://www.torproject.org/docs/tor-manual-dev.html.en</span>
<span class="org-string"># The password is actually not required, but it does not hurt either.</span>
<span class="org-string"># Will probable not hurt on Tor 0.2.2 and below.</span>
<span class="org-string"># Works with Tor 0.2.3 and above.</span>
<span class="org-string">#</span>
<span class="org-string"># /set net_proxy_auth 1</span>
<span class="org-string"># /set net_proxy_pass = XChat</span>
<span class="org-string"># /set net_proxy_user = XChat</span>
<span class="org-string">#</span>
<span class="org-string">net_proxy_auth = 1</span>
<span class="org-string">net_proxy_pass = XChat</span>
<span class="org-string">net_proxy_user = XChat</span>
<span class="org-string"># Get rid of protocol leaks:</span>
<span class="org-string"># a DCC session can reveal IP address, etc. identd flag can reveal your</span>
<span class="org-string"># username which you use to login in your OS(Windows/Linux/Unix/MacOS) profile.</span>
<span class="org-string"># To prevent those:</span>
<span class="org-string">#</span>
<span class="org-string"># /set dcc_auto_chat 0</span>
<span class="org-string"># /set dcc_auto_resume OFF</span>
<span class="org-string"># /set dcc_auto_send 0</span>
<span class="org-string"># /set irc_hide_version ON</span>
<span class="org-string"># /set identd OFF &lt;-- NOT working on all XChat-based IRC software.</span>
<span class="org-string"># But still highly suggested to include &amp; use it.</span>
<span class="org-string"># Probable not needed on UNIX, source: http://xchat.org/faq/#q21 </span>
<span class="org-string">dcc_auto_chat = 0</span>
<span class="org-string">dcc_auto_resume = 0</span>
<span class="org-string">dcc_auto_send = 0</span>
<span class="org-string">irc_hide_version = 1</span>
<span class="org-string">identd = 0</span>
<span class="org-string"># If you use your own comment instead of default values, then these data are</span>
<span class="org-string"># posted on each channel when you do these events: JOIN, PART, QUIT, AWAY.</span>
<span class="org-string"># So they can reveal who you actually are, when you are using same XChat</span>
<span class="org-string"># software for multiple different nicknames.</span>
<span class="org-string">#</span>
<span class="org-string"># Delete everything under Settings -&gt; Preferences -&gt; Default Messages:</span>
<span class="org-string"># -&gt; Quit: &lt;Deleted everything!&gt;</span>
<span class="org-string"># -&gt; Leave channel: &lt;Deleted everything!&gt;</span>
<span class="org-string"># -&gt; Away: &lt;Deleted everything!&gt;</span>
<span class="org-string">away_reason = </span>
<span class="org-string">irc_part_reason = </span>
<span class="org-string">irc_quit_reason = </span>
<span class="org-string"># By default, XChat based IRC software uses your platform OS(Operating System)s</span>
<span class="org-string"># login user name as your nickname, user name, real name. To prevent leaking</span>
<span class="org-string"># that, and, to use your own choice of nickname, realname, username:</span>
<span class="org-string">#</span>
<span class="org-string"># ***Pseudonymous vs. anonymous IRC use.***</span>
<span class="org-string"># Actually IRC is pseudonymous. Your nickname might also reveal something about</span>
<span class="org-string"># your origin, interests, etc. You can make IRC more anonymous by choosing a more</span>
<span class="org-string"># meaningless nickname. Use the following defaults if you want to be more anonymous.</span>
<span class="org-string"># If user, user_ and user___ are already taken, add more _ or start using user1,</span>
<span class="org-string"># user2, user3, etc. Or if the irc network auto assigns your a nickname, i.e.</span>
<span class="org-string"># guest532, stick with that nickname.</span>
<span class="org-string">#</span>
<span class="org-string"># Of course, you are free to continue using IRC in a pseudonymous manner.</span>
<span class="org-string"># In that case, instant of user, choose your nickname.</span>
<span class="org-string">#</span>
<span class="org-string"># /set irc_real_name user</span>
<span class="org-string"># /set irc_user_name user</span>
<span class="org-string"># /set irc_nick1 user</span>
<span class="org-string"># /set irc_nick2 user_</span>
<span class="org-string"># /set irc_nick3 user__</span>
<span class="org-string">irc_real_name = user</span>
<span class="org-string">irc_user_name = user</span>
<span class="org-string">irc_nick1 = user</span>
<span class="org-string">irc_nick2 = user_</span>
<span class="org-string">irc_nick3 = user__</span>
<span class="org-string"># Use a more common nick completion suffix:</span>
<span class="org-string"># When you write the first few characters of a nickname followed by tab,</span>
<span class="org-string"># it will, by XChat default, complete the nickname and "</span>, <span class="org-string">" behind the</span>
<span class="org-string"># nickname. The behavior is XChat specific. The "</span> :<span class="org-string">" is more more common</span>
<span class="org-string"># for more common clients such as mIRC.</span>
<span class="org-string">#</span>
<span class="org-string"># XChat -&gt; Settings -&gt; Preferences -&gt; input box -&gt; completion_suffix set to :</span>
<span class="org-string">#</span>
<span class="org-string">completion_suffix = :</span>
<span class="org-string"># Not starting the server windows at the beginning so you can check and set</span>
<span class="org-string"># settings before connecting to any IRC networks.</span>
<span class="org-string">gui_slist_skip = 1</span>
<span class="org-string">"</span> &gt; ~/.xchat2/xchat.conf
</pre>
</div>
<p>
Now look up the onion address for your IRC server
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@mydomainname -p 2222
</pre>
</div>
<p>
Select Administrator options, then <b>About this system</b> and make a note of the onion address for IRC. Also select the <b>IRC Menu</b> and take a note of the login password.
</p>
<div class="figure">
<p><img src="images/xchat_setup.jpg" alt="xchat_setup.jpg" />
</p>
</div>
<p>
Run XChat.
</p>
<p>
@ -574,7 +723,7 @@ Within the network list click, <b>Add</b> and enter your domain name then click
</p>
<p>
Select the entry within the servers box, then enter <b>mydomainname/6697</b> and press <b>Enter</b>.
Select the entry within the servers box, then enter <b>ircaddress.onion/6697</b> and press <b>Enter</b>.
</p>
<p>
@ -586,7 +735,7 @@ Enter first and second nicknames and check <b>auto connect to this network on st
</p>
<p>
Check <b>use SSL</b> and <b>accept invalid SSL certificate</b>.
Make sure that <b>use SSL</b> is unchecked. Encryption will be handled via the onion address itself.
</p>
<p>
@ -594,7 +743,7 @@ Enter <b>#freedombone</b> as the channel name.
</p>
<p>
Enter the password which can be found from the IRC menu of the <b>control panel</b>.
Within the <b>Server password</b> field enter the password which can be found from the IRC menu of the <b>control panel</b>.
</p>
<p>
@ -603,9 +752,9 @@ Click <b>close</b> and then <b>connect</b>.
</div>
</div>
<div id="outline-container-org1fbcb10" class="outline-4">
<h4 id="org1fbcb10">Changing or removing the IRC password</h4>
<div class="outline-text-4" id="text-org1fbcb10">
<div id="outline-container-org64f2283" class="outline-4">
<h4 id="org64f2283">Changing or removing the IRC password</h4>
<div class="outline-text-4" id="text-org64f2283">
<p>
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:
</p>
@ -623,12 +772,12 @@ Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the pa
</div>
</div>
<div id="outline-container-org8558071" class="outline-3">
<h3 id="org8558071">XMPP/Jabber</h3>
<div class="outline-text-3" id="text-org8558071">
</div><div id="outline-container-orge846be9" class="outline-4">
<h4 id="orge846be9">Using with Profanity</h4>
<div class="outline-text-4" id="text-orge846be9">
<div id="outline-container-org3355fd0" class="outline-3">
<h3 id="org3355fd0">XMPP/Jabber</h3>
<div class="outline-text-3" id="text-org3355fd0">
</div><div id="outline-container-orgd0ad23" class="outline-4">
<h4 id="orgd0ad23">Using with Profanity</h4>
<div class="outline-text-4" id="text-orgd0ad23">
<p>
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.
</p>
@ -718,9 +867,9 @@ When accessed via the user control panel the client is automatically routed thro
</p>
</div>
</div>
<div id="outline-container-org3ff09a1" class="outline-4">
<h4 id="org3ff09a1">Using with Jitsi</h4>
<div class="outline-text-4" id="text-org3ff09a1">
<div id="outline-container-org1d91511" class="outline-4">
<h4 id="org1d91511">Using with Jitsi</h4>
<div class="outline-text-4" id="text-org1d91511">
<p>
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.
</p>
@ -750,9 +899,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
</p>
</div>
</div>
<div id="outline-container-org516a6fa" class="outline-4">
<h4 id="org516a6fa">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org516a6fa">
<div id="outline-container-orgede6286" class="outline-4">
<h4 id="orgede6286">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-orgede6286">
<p>
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.
</p>
@ -770,17 +919,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
</p>
</div>
</div>
<div id="outline-container-org12ac2d2" class="outline-4">
<h4 id="org12ac2d2">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-org12ac2d2">
<div id="outline-container-orgf84cd38" class="outline-4">
<h4 id="orgf84cd38">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-orgf84cd38">
<p>
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.
</p>
</div>
</div>
<div id="outline-container-orgf8dd7f" class="outline-4">
<h4 id="orgf8dd7f">Using with Android</h4>
<div class="outline-text-4" id="text-orgf8dd7f">
<div id="outline-container-org8ea7357" class="outline-4">
<h4 id="org8ea7357">Using with Android</h4>
<div class="outline-text-4" id="text-org8ea7357">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
@ -816,16 +965,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
</div>
</div>
</div>
<div id="outline-container-org586c41a" class="outline-3">
<h3 id="org586c41a">Tox</h3>
<div class="outline-text-3" id="text-org586c41a">
<div id="outline-container-orga186a9f" class="outline-3">
<h3 id="orga186a9f">Tox</h3>
<div class="outline-text-3" id="text-orga186a9f">
<p>
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.
</p>
</div>
<div id="outline-container-org9be6690" class="outline-4">
<h4 id="org9be6690">Using the Toxic client</h4>
<div class="outline-text-4" id="text-org9be6690">
<div id="outline-container-org5250d43" class="outline-4">
<h4 id="org5250d43">Using the Toxic client</h4>
<div class="outline-text-4" id="text-org5250d43">
<p>
Log into your system with:
</p>
@ -849,12 +998,12 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
</div>
</div>
<div id="outline-container-orgb9ce24" class="outline-3">
<h3 id="orgb9ce24">VoIP (Voice chat)</h3>
<div class="outline-text-3" id="text-orgb9ce24">
</div><div id="outline-container-org753db3b" class="outline-4">
<h4 id="org753db3b">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org753db3b">
<div id="outline-container-orge1e6fa7" class="outline-3">
<h3 id="orge1e6fa7">VoIP (Voice chat)</h3>
<div class="outline-text-3" id="text-orge1e6fa7">
</div><div id="outline-container-org4b8e48a" class="outline-4">
<h4 id="org4b8e48a">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org4b8e48a">
<p>
Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
</p>
@ -868,9 +1017,9 @@ Click on "add new" to add a new server and enter the default domain name for the
</p>
</div>
</div>
<div id="outline-container-orgdd061cc" class="outline-4">
<h4 id="orgdd061cc">Using with Android</h4>
<div class="outline-text-4" id="text-orgdd061cc">
<div id="outline-container-org48dd48a" class="outline-4">
<h4 id="org48dd48a">Using with Android</h4>
<div class="outline-text-4" id="text-org48dd48a">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
@ -897,24 +1046,24 @@ Selecting the server by pressing on it then connects you to the server so that y
</div>
</div>
</div>
<div id="outline-container-orgaba6804" class="outline-3">
<h3 id="orgaba6804">SIP phones</h3>
<div class="outline-text-3" id="text-orgaba6804">
<div id="outline-container-org6c1623e" class="outline-3">
<h3 id="org6c1623e">SIP phones</h3>
<div class="outline-text-3" id="text-org6c1623e">
<p>
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.
</p>
</div>
<div id="outline-container-org13e18c7" class="outline-4">
<h4 id="org13e18c7">About ZRTP</h4>
<div class="outline-text-4" id="text-org13e18c7">
<div id="outline-container-org3278f66" class="outline-4">
<h4 id="org3278f66">About ZRTP</h4>
<div class="outline-text-4" id="text-org3278f66">
<p>
<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.
</p>
</div>
</div>
<div id="outline-container-org796538f" class="outline-4">
<h4 id="org796538f">Using with CSIPSimple</h4>
<div class="outline-text-4" id="text-org796538f">
<div id="outline-container-orgd669231" class="outline-4">
<h4 id="orgd669231">Using with CSIPSimple</h4>
<div class="outline-text-4" id="text-orgd669231">
<p>
Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
</p>
@ -970,9 +1119,9 @@ If everything is working the account should appear in green with a status of <b>
</p>
</div>
</div>
<div id="outline-container-orge9130aa" class="outline-4">
<h4 id="orge9130aa">Using with Ring</h4>
<div class="outline-text-4" id="text-orge9130aa">
<div id="outline-container-org8cfaa05" class="outline-4">
<h4 id="org8cfaa05">Using with Ring</h4>
<div class="outline-text-4" id="text-org8cfaa05">
<p>
From the menu select <b>Manage accounts</b>.
</p>
@ -1025,9 +1174,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
</div>
</div>
<div id="outline-container-orge817e38" class="outline-2">
<h2 id="orge817e38">RSS Reader</h2>
<div class="outline-text-2" id="text-orge817e38">
<div id="outline-container-orgecc633b" class="outline-2">
<h2 id="orgecc633b">RSS Reader</h2>
<div class="outline-text-2" id="text-orgecc633b">
<p>
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.
</p>
@ -1071,9 +1220,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
</blockquote>
</div>
</div>
<div id="outline-container-org1e497a1" class="outline-2">
<h2 id="org1e497a1">Adding or removing users</h2>
<div class="outline-text-2" id="text-org1e497a1">
<div id="outline-container-orga74a75d" class="outline-2">
<h2 id="orga74a75d">Adding or removing users</h2>
<div class="outline-text-2" id="text-orga74a75d">
<p>
Log into the system with:
</p>