Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pgp on linux box

Status
Not open for further replies.

sasuser2006

Technical User
May 8, 2006
32
0
0
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top