On 2007-04-28, James Moe wrote: > > Hello, > Is is possible to view the contents of a public key file without > importing first? If you want to see the key ID, UIDs and so on that you would be getting if you imported it, try this: $ gpg --import -n -vv FILE -n is also known as --dry-run. HTH.