sasuser2006
Technical User
Hey all, I'm running this command on a linux box...
sudo -u gpg /usr/bin/gpg --homedir= /u01/home/mydir/.gnupg/ --no-tty --encrypt --recipient "RECIPIENT_KEY" < test.txt > test.txt.gpg
where RECIPIENT_KEY is the key referenced on import
I get this error...
sudo: no passwd entry for gpg!
Is there something wrong with the command I'm using? If not what do I use for the password on the sudo???
Thanks in advance for the help.
sudo -u gpg /usr/bin/gpg --homedir= /u01/home/mydir/.gnupg/ --no-tty --encrypt --recipient "RECIPIENT_KEY" < test.txt > test.txt.gpg
where RECIPIENT_KEY is the key referenced on import
I get this error...
sudo: no passwd entry for gpg!
Is there something wrong with the command I'm using? If not what do I use for the password on the sudo???
Thanks in advance for the help.