Thread: gpg help
View Single Post

  #15 (permalink)  
Old 07-13-2005
dorantes@mac.com
 
Posts: n/a
Default Re: gpg help

I'm trying to decrypt an encrypted file thru an emulator that doesn't
have a valid /dev/tty, here's what I tried:

cat .secret_passphrase | gpg --passphrase-fd 0 --output OUTPUT.TXT
--decrypt FILE.PGP > tmp 2>&1

and here's what's in the file tmp:

gpg: cannot open /dev/tty: No such address or device

I'm not using a popular emulator, what I'm using is something called
DBC Smart Client, it's actually running thru a command prompt (WINDOWS)
and it's connecting to our Linux server thru TCP/IP.

Any thoughts ???

thanks....

Reply With Quote