Browse Source

gpg commands

Bob Mottram 11 years ago
parent
commit
b576204e92
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      usage.org

+ 2
- 2
usage.org View File

121
 Select "*No, I will create per-recipient rules*"
121
 Select "*No, I will create per-recipient rules*"
122
 
122
 
123
 Select "*yes*" to change default settings.
123
 Select "*yes*" to change default settings.
124
-
125
 *** Import your GPG keys
124
 *** Import your GPG keys
126
-
127
 On the Freedombone export your GPG public and private keys.
125
 On the Freedombone export your GPG public and private keys.
128
 
126
 
129
 #+BEGIN_SRC bash
127
 #+BEGIN_SRC bash
128
+ssh username@domainname -p 2222
129
+gpg --list-keys username@domainname
130
 gpg --output ~/public_key.gpg --armor --export KEY_ID
130
 gpg --output ~/public_key.gpg --armor --export KEY_ID
131
 gpg --output ~/private_key.gpg --armor --export-secret-key KEY_ID
131
 gpg --output ~/private_key.gpg --armor --export-secret-key KEY_ID
132
 #+END_SRC
132
 #+END_SRC