Better wording

This commit is contained in:
Bob Mottram 2015-09-29 12:44:01 +01:00
parent 4b80624010
commit b9e8421e8f
2 changed files with 5 additions and 3 deletions

View File

@ -19,10 +19,11 @@
#+END_CENTER
* Backup keys
As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the /.gnupg/ keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the command:
As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the /.gnupg/ keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the commands:
#+BEGIN_SRC bash
ssh username@domainname -p 2222
su
freedombone-keydrive -u [username] --master
#+END_SRC

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<!-- 2015-09-29 Tue 12:36 -->
<!-- 2015-09-29 Tue 12:43 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
@ -201,12 +201,13 @@ for the JavaScript code in this tag.
<h2 id="orgheadline1">Backup keys</h2>
<div class="outline-text-2" id="text-orgheadline1">
<p>
As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the <i>.gnupg</i> keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the command:
As part of the Freedombone installation the GPG key used to encrypt backups will have been added to the <i>.gnupg</i> keyring in your home directory. Ensure that you have a copy of all your keys by plugging in a LUKS encrypted USB drive and then running the commands:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
su
freedombone-keydrive -u [username] --master
</pre>
</div>