Improve setup description

This commit is contained in:
Bob Mottram 2016-11-23 18:02:14 +00:00
parent c1d098d3a3
commit dbb84df2cd
1 changed files with 30 additions and 9 deletions

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-11-23 Wed 17:36 -->
<!-- 2016-11-23 Wed 18:01 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -358,8 +358,7 @@ If you're installing from a microSD card on a single board computer without a sc
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-client
ssh fbone@freedombone.local -p 2222
<pre class="src src-bash">ssh fbone@freedombone.local -p 2222
</pre>
</div>
@ -372,20 +371,30 @@ You will then be shown a new randomly generated password. It's <b>very important
</p>
<p>
You'll be asked to set a username and a "real" name (or nickname), then the rest of the installation will be automatic. Again, it takes a while, so go and do something less boring instead.
You'll be asked to set a username and a "real" name (or nickname), then the rest of the installation will be automatic. Again, it takes a while, so go and do something less boring instead. At the end of the base install you can also choose to install specific apps, but if you want to do that later then just press Enter.
</p>
<p>
When it's installed on your local system open a terminal and run:
When it's installed on your local system open a terminal and verify the ssh server key hash with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@freedombone.local -p 2222
<pre class="src src-bash">freedombone-client --verify
</pre>
</div>
<p>
Use the password you wrote down earlier to log in.
This will show the hash code for the public ssh key of the Freedombone system. Open another terminal window then run:
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-client
ssh myusername@freedombone.local -p 2222
</pre>
</div>
<p>
Use the password you wrote down earlier to log in. Select the <b>administrator control panel</b> with up and down cursor keys, space bar and enter key. You should see something like this, and you might need to re-enter your password.
</p>
<div class="org-center">
@ -397,7 +406,7 @@ Use the password you wrote down earlier to log in.
</div>
<p>
Select the <b>administrator control panel</b> with up and down cursor keys, space bar and enter key. You might need to re-enter your password. Then select <b>About</b>. You'll see a list of sites and their onion addresses.
Then select <b>About</b>. You'll see a list of sites and their onion addresses.
</p>
<div class="org-center">
@ -409,7 +418,19 @@ Select the <b>administrator control panel</b> with up and down cursor keys, spac
</div>
<p>
On your local system open a <b>Tor compatible browser</b> and enter your blog's onion address. If it's all working then you should see your new blog.
The About screen contains the ssh server public key hashes and you can compare the relevant one with the previous terminal window to verify that they're the same. If they're not then you might have a <i>machine-in-the-middle</i> snooping on you.
</p>
<p>
You have now confirmed a secure connection. Probably. If you're still sceptical then you can power off the system, remove the microSD card and manually check the public keys within the /etc/ssh directory on the drive.
</p>
<p>
Press any key to exit from the About screen. You can then select <b>Add/Remove apps</b> and add whatever applications you wish to run. Note that some apps will only run on x86 systems, but most will install and run on ARM single board computers.
</p>
<p>
Once your apps have installed you can go back to the About screen, pick an onion address and try it within a Tor compatible browser.
</p>
<p>