diff --git a/usage.org b/usage.org index 9c0b2d2c..c96f74a0 100644 --- a/usage.org +++ b/usage.org @@ -121,12 +121,12 @@ Select "*Yes, I want to sign all of my email*" Select "*No, I will create per-recipient rules*" Select "*yes*" to change default settings. - *** Import your GPG keys - On the Freedombone export your GPG public and private keys. #+BEGIN_SRC bash +ssh username@domainname -p 2222 +gpg --list-keys username@domainname gpg --output ~/public_key.gpg --armor --export KEY_ID gpg --output ~/private_key.gpg --armor --export-secret-key KEY_ID #+END_SRC