Re: Two servers...one KeyPair

2006-12-04 Thread Albert Reiner
On Mon, Dec 04, 2006 at 03:20:40AM -0700, Henry Hertz Hobbit wrote: > I never heard of the option --export-private-key. I gave the > more complete response of how to do it using --export-secret-keys. > Is --export-private-key part of 2.0 or are just you explaining > the concept? I have never used

Re: Two servers...one KeyPair

2006-11-28 Thread Albert Reiner
> I am trying to get around the problem of creating one key-pair and using it > on two different servers (TEST and PROD). Is this possible? Generate the key on one server, export both private and public key (gpg --export, gpg --export-private-key), transfer to the other server, import private a

Re: retrieving data with a new username

2006-09-25 Thread Albert Reiner
[Edward <[EMAIL PROTECTED]>, Sat, 23 Sep 2006 09:49:28 -0700 (PDT)]: > I used gpg to back-up my data. I had disk problems. I reformatted the disk; > and am now using a different username. When I try 'sudo gpg -d > hebrews.tqz | tar -xzvpP' I get the error 'Cant open file. No such file > or dire

Re: Delete key from keyserver

2005-10-22 Thread Albert Reiner
["B. Kuestner" <[EMAIL PROTECTED]>, Sat, 22 Oct 2005 18:26:51 +0200]: > Am I missing something? The web of trust. (And the documentation, apparently.) Either you personally verify the key with your recipient (in which case you know which key is the right one), or (slightly simplifying) you choos

Re: Armor headers

2005-10-08 Thread Albert Reiner
[lusfert <[EMAIL PROTECTED]>, Sat, 08 Oct 2005 16:15:43 +0400]: > How can I change text (not by manually editing) in armor headers (for > example, "Version:") or armor headers themselves (add, remove)? Will it > affect compatibility with other applications? Not an expert, but I don't think you can

Re: Decryption via UNIX shell script

2005-03-15 Thread Albert Reiner
[EMAIL PROTECTED], Mon, 14 Mar 2005 16:35:07 -0600 (CST)]: > I am writing a shell script to automatically decrypt an encrypted file > using GPG. How do I send the passphrase to the executable (GPG). I want > no human intervention on this. I'm calling the shell script from a batch > file to decry