Setup version

Dave Korn dave.korn@artimi.com
Fri Aug 8 12:37:00 GMT 2008


Angelo Graziosi wrote on 08 August 2008 11:31:

> Dave Korn wrote:
> 
>> Press Ctrl-D.  It's the same as cat or anything else that reads stdin.
> 
> $ gpg --import
> gpg: WARNING: using insecure memory!
> gpg: please see http://www.gnupg.org/faq.html for more information
> 
> Ctrl-D
> 
> gpg: no valid OpenPGP data found.
> gpg: Total number processed: 0

  As Corinna say, you seem to have skipped over the cutting and pasting
stage.  Sorry, I thought you'd done that.

> With the 'pubring.asc' I downnloaded can I do something?
> 
> (Perhaps an example... Yes I know, It is as the Coulomb's eggs...)

  With the pubring.asc, you can do this bit:

  and cut'n'paste it into stdin (or redirect it from a file).
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

... like so:

gpg --import < pubring.asc

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list