Grant wrote:

Can I configure this so that I don't have the two keys on the same
system?  I'd like encrypt with my remote system and decrypt with my
local system.  Is that possible?  It seems like importing my private
key also imports the public key.

I'm a bit confused as to what you're trying to do. If you are encrypting mail to other people, you should be using *their* public key, not your own. The only case where you need your public key is to encrypt mail to *yourself*; otherwise you don't need either of your keys on the remote system.

As far as keeping your public key away from your secret key, I believe it is possible to export just one or the other via gpg then import just that key. But a quick glance through the GnuPG FAQ points out this nugget of information:

"All OpenPGP secret keys have a copy of the public key inside them, and in a worst-case scenario, you can create yourself a new public key using the secret key.

A tool to convert a secret key into a public one has been included (it's actually a new option for gpgsplit) and is available with GnuPG versions 1.2.1 or later (or can be found in CVS)."

So there's really no point in keeping the two separate.

--Mike


Reply via email to