There is a problem with gnupg described in Debian bug #321871 and Ubuntu bug
#294115. Consider the following example:
echo foo | gpg --sign - > /tmp/foo.asc
(be sure to put the command into the backticks, when executing it on the command
line). Then the terminal seems to be left in noecho mode. Can this be fixed please?