gpg-agent ssh authentication sees non-existent key?

2010-09-14 Thread Grant Olson
I'm using gpg-agent instead of ssh-agent on OS X with a smart card. When I didn't have the card plugged in, it was falling back to the file ~/.ssh/id_rsa, which seemed reasonable, even though I didn't want to use the old key. When I moved the file, gpg-agent still seems to see it some how. It

Re: gpg-agent ssh authentication sees non-existent key?

2010-09-14 Thread Alex Mauer
On 09/14/2010 03:34 PM, Grant Olson wrote: Did gpg-agent stash a copy of the private key? How do I delete that copy? I believe it’s one of the files in ~/.gnupg/private-keys-v1.d/ — at least, that’s where it is in Linux. —Alex Mauer “hawke” ___

Converting from PGP to GPG

2010-09-14 Thread Fletes, Raul
I just installed GPG on a Windows machine. In my old PGP I used to enter: PGP -seat myfile.dat XYZ abc -u Myschoolto encrypt transcripts and such before sending. How would I replicate that in GPG ??? Thanks! Raul

Re: Converting from PGP to GPG

2010-09-14 Thread Alex Mauer
On 09/14/2010 04:43 PM, Fletes, Raul wrote: In my old PGP I used to enter: PGP -seat myfile.dat XYZ abc -u Myschoolto encrypt transcripts and such before sending. How would I replicate that in GPG ??? gpg -sea myfile.dat -r XYZ abc -u Myschool Hope this helps. —Alex Mauer “hawke”

Re: gpg-agent ssh authentication sees non-existent key?

2010-09-14 Thread Grant Olson
On 9/14/10 5:06 PM, Alex Mauer wrote: On 09/14/2010 03:34 PM, Grant Olson wrote: Did gpg-agent stash a copy of the private key? How do I delete that copy? I believe it’s one of the files in ~/.gnupg/private-keys-v1.d/ — at least, that’s where it is in Linux. Thanks, that did the trick.