Using keys in Windows ans Linux
Steve Butler
sbutler@fchn.com
Tue Oct 8 18:55:02 2002
export both your public and secret keys (perhaps in two passes)
On windows:
gpg --output my_public.key --export my-key-id
gpg --output my_secret.key --export-secret-key my-key-id
On Linux (after gpg all set up):
gpg --allow-secret-key-import --import my_*.key
Note: Not sure which version of GnuPG you have. My man pages state:
--allow-secret-key-import
This is an obsolete option and is not used anywhere.
Be sure you use BINARY when you ftp the files from Windows to Linux.
--Steve Butler
Oracle Administrator
First Choice Health Network
-----Original Message-----
From: Tobias Bandh [mailto:t.bandh@gmx.de]
Sent: Tuesday, October 08, 2002 9:23 AM
To: gnupg-users@gnupg.org
Subject: Using keys in Windows ans Linux
Hi,
I'm currently using Gnupg running on a Windows PC. Now I'd like to use
my keys on my Linux notebook.
How can I import my secret keys to GnuPG in Linux???
thanks a lot
Tobias
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.