gpg: WARNING: unsafe ownership on configuration file, $gpg --fingerprint on Ubuntu9.10
I'm getting this error when I run this code. gpg --fingerprint gpg: WARNING: unsafe ownership on configuration file `/home/dylan/.gnupg/gpg.conf The problem seems to be with permissions, but I have tried this code, and it has not seemed to change a thing. Checking through nautilus, I own the file and have read/write priv., and all others set to 'none'. sudo chmod 600 ~/.gnupg/gpg.conf dylan@Majuscule:~$ sudo chown -R dylan ~dylan/.gnupg [sudo] password for dylan: dylan@Majuscule:~$ chmod 600 ~/.gnupg/gpg.conf dylan@Majuscule:~$ chmod 700 ~/.gnupg dylan@Majuscule:~$ gpg --fingerprint dylan