diff --git a/doc/EN/installation.org b/doc/EN/installation.org index 025adf0d..b49a8e52 100644 --- a/doc/EN/installation.org +++ b/doc/EN/installation.org @@ -18,7 +18,7 @@ | [[Building an image for a Single Board Computer or Virtual Machine]] | | [[Checklist]] | -| [[Mesh network]] | +| [[./mesh.html][Mesh network]] | | [[Installation]] | | [[Social Key Management - the 'Unforgettable Key']] | | [[Final Setup]] | @@ -80,8 +80,6 @@ Before installing Freedombone you will need a few things. * Ethernet connection between the system and your internet router * That it is possible to forward ports from the internet router to the system, typically via firewall settings * Have ssh access to the system, typically via fbone@freedombone.local on port 2222 -* Mesh network -If you are installing one of the mesh network variants then see [[./mesh.html][these instructions]] for details. * Installation There are three install options: Laptop/Desktop/Netbook, SBC and Virtual Machine. diff --git a/website/EN/installation.html b/website/EN/installation.html index b9f51414..892fe5db 100644 --- a/website/EN/installation.html +++ b/website/EN/installation.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +-If you are installing one of the mesh network variants then see these instructions for details. -
-There are three install options: Laptop/Desktop/Netbook, SBC and Virtual Machine.
If you have an existing system, such as an old laptop or netbook which you can leave running as a server, then install a new version of Debian Jessie onto it. During the Debian install you won't need the print server or the desktop environment, and unchecking those will reduce the attack surface. Once Debian enter the following commands:
@@ -336,9 +328,9 @@ freedombone menuconfigCurrently the following boards are supported:
@@ -420,9 +412,9 @@ Using the password 'freedombone'. Take a note of the new login password and thenVirtualbox and Qemu are supported. You can run a 64 bit Qemu image with:
@@ -444,42 +436,42 @@ The default login will be username 'fbone' and password 'freedombone'. Take a noDuring the install procedure you will be asked if you wish to import GPG keys. If you don't already possess GPG keys then just select "Ok" and they will be generated during the install. If you do already have GPG keys then there are a few possibilities
If you previously made a master keydrive containing the full keyring (the .gnupg directory). This is the most straightforward case, but not as secure as splitting the key into fragments.
-If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more Keydrives. +If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more Keydrives.
Enter three or more sets of login details and the installer will try to retrieve key fragments and then assemble them into the full key. This only works if you previously were using remote backups and had social key management enabled.
Any manual post-installation setup instructions or passwords can be found in /home/username/README. You should remove any passwords from that file and store them within a password manager such as KeepassX.
@@ -602,16 +594,16 @@ On your internet router, typically under firewall settings, open the following pAfter installing for the first time it's a good idea to create some keydrives. These will store your gpg key so that if all else fails you will still be able to restore from backup. There are two ways to do this:
This is the traditional security model in which you carry your full keyring on an encrypted USB drive. To make a master keydrive first format a USB drive as a LUKS encrypted drive. In Ubuntu this can be done from the Disk Utility application. Then plug it into the Freedombone system, then from your local machine run:
@@ -628,9 +620,9 @@ Select Backup and Restore then Backup GPG key to USB (master keydrive)This breaks your GPG key into a number of fragments and randomly selects one to add to the USB drive. First format a USB drive as a LUKS encrypted drive. In Ubuntu this can be done from the Disk Utility application. Plug it into the Freedombone system then from your local machine run the following commands:
@@ -652,9 +644,9 @@ Fragments are randomly assigned and so you will need at least three or four keydYou can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
@@ -672,9 +664,9 @@ freedombone-clientTo administer the system after installation log in via ssh, become the root user and then launch the control panel.