瀏覽代碼

gpg commands

Bob Mottram 10 年之前
父節點
當前提交
b576204e92
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      usage.org

+ 2
- 2
usage.org 查看文件

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