From b576204e92f435771b270d04af9b04451aac9304 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 27 Oct 2014 22:42:59 +0000 Subject: [PATCH] gpg commands --- usage.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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