|
From: Marco <mar...@gm...> - 2011-03-09 18:08:58
|
To move, import/export I usually do the following: gpg --export NAME > pub.key > gpg --export-secret-key NAME > priv.key > Then on the new machine > gpg --import pub.key > gpg --import priv.key > (then 'gpg edit-key NAME and update the trust if necessary) Are you sure the file is where you think it is, and that you are in the same directory? I.e. does 'wc -c joesmith.gpg' work? If so, gpg --import joesmith.gpg from the same directory doesn't? Keys should be somewhere in ~/.gnupg/ but I don't think you're supposed to touch those file directly, use gpg instead On Wed, Mar 9, 2011 at 9:40 AM, abe sorge <abe...@gm...> wrote: > Hi everyone. > > I have joesmith.gpg on my desktop, a public key that I copied into a text > file and changed the file extension. I go to terminal and type: > > gpg --import joesmith.gpg > > gpg: can't open `joesmith.gpg': No such file or directory > > So, where should I put this file where gpg can find it? Additionally, I > haven't been able to even find my own keypairs that I've generated - where > are they stored by default? No problems exporting, just importing. > > Apparently, Keychain Access for OS X 10.4 is discontinued and I haven't > been able to find it anywhere. That's probably the ideal solutions to my > problem but perhaps there's an easy fix in terminal. Command line noob by > the way - hopefully I'm missing something really easy here. > > Thanks for any help you might be able to offer. > > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Macgpg-users mailing list > Mac...@li... > https://lists.sourceforge.net/lists/listinfo/macgpg-users > > |