Re: Finding key ID of a keypair

2009-11-09 Thread Werner Koch
On Sun, 8 Nov 2009 17:19, d...@thinkmoult.com said: I've got myself a DSA keypair, just two files - one being the public key and the other being the private. I'm trying to find out the ID of that keypair. A mere gpg OURFILE will do Salam-Shalom, Werner -- Die Gedanken sind

Re: Finding key ID of a keypair

2009-11-09 Thread Dion Moult
On Monday 09 November 2009 18:39:27 Werner Koch wrote: On Sun, 8 Nov 2009 17:19, d...@thinkmoult.com said: I've got myself a DSA keypair, just two files - one being the public key and the other being the private. I'm trying to find out the ID of that keypair. A mere gpg OURFILE

Re: Finding key ID of a keypair

2009-11-09 Thread Werner Koch
On Mon, 9 Nov 2009 13:08, d...@thinkmoult.com said: localhost ~/.ssh # gpg myfile.key gpg: no valid OpenPGP data found. gpg: processing message failed: Unknown system error Probably not an OpenPGP key. You my try gpg --list-packets myfile.key to dump the packets, but this is unlikely to

Re: Finding key ID of a keypair

2009-11-09 Thread Todd Zullinger
Dion Moult wrote: It's passphraseless, it's DSA, and that's pretty much all I know. I made it quite a long time ago, perhaps through ssh-keygen. If you created the key with ssh-keygen, then it's an SSH key, not an OpenPGP key. The two systems, ssh and gpg, do not use the same key formats. For

Finding key ID of a keypair

2009-11-08 Thread Dion Moult
Hello, I've got myself a DSA keypair, just two files - one being the public key and the other being the private. I'm trying to find out the ID of that keypair. However this keypair doesn't show up when I do gpg --list-keys. It's passphraseless, it's DSA, and that's pretty much all I know. I