Re: No Pinentry
Werner Koch <[email protected]> Mon, 03 Jan 2005 12:09:47 +0100
| Newsgroups | gmane.comp.encryption.gpg.gpa.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 3 Jan 2005 03:03:38 -0700, John R Shannon said: > However, if I enter: > $ echo test |gpgsm -s |gpgsm -v Note that "gpgsm -v" is not the same as "gpgsm --verify" but would print gpgsm: invalid command (there is no implicit command) I can replicate your problem using echo test | gpgsm -sa (The -a creates PEM forma which doesn't mess up the tty). I'll look at it. Werner