Re: gpg: export just my keys, not whole keyring?

2005-10-12 Thread Kjetil Kjernsmo
On onsdag 12 oktober 2005, 13:36, Matt Price wrote: > interesting, the depths of my ignorance continue to berevealed to > me... I'm not sure what a keyid is! Ah, OK! Hmmm, I'm going searching... It seems you have an (old) key http://pgp.mit.edu:11371/pks/lookup?search=matt.price%40utoronto.ca&

Re: gpg: export just my keys, not whole keyring?

2005-10-12 Thread Matt Price
On 10/12/05, Kjetil Kjernsmo <[EMAIL PROTECTED]> wrote: > On onsdag 12 oktober 2005, 06:30, Matt Price wrote: > > I get a huge file (don't have room for it!) > > even : > > gpg --export [EMAIL PROTECTED] > ring.gpg > > I think you need to use the KeyIDs, not the address, so, something like > gpg --

Re: gpg: export just my keys, not whole keyring?

2005-10-12 Thread Kjetil Kjernsmo
On onsdag 12 oktober 2005, 06:30, Matt Price wrote: > I get a huge file (don't have room for it!) > even : > gpg --export [EMAIL PROTECTED] > ring.gpg I think you need to use the KeyIDs, not the address, so, something like gpg --export DEADBEEF > ring.gpg would do it, I think... But yeah, gpg isn

gpg: export just my keys, not whole keyring?

2005-10-11 Thread Matt Price
hi folks, I'm building my own verison of a ubuntu install cd, which involves building a new package of ubuntu-keyring, which involves, I htink, 2 things: 1 -- exporting my gpg keys to a keyring 2 - merging that key into the existing ubunu-archive-keyring problem: when I type what I think is th