Suno Ano wrote: > - there is one utterly annoying fact with gpg2 which is the graphical > windows which keep poping up http://i43.tinypic.com/154yb04.png How > can I get rid of them and have the behavior of gpg which just stays > in the shell?
You can use the curses pinentry program. The prompt is due to gpg2 using gpg-agent. In ~/.gnupg/gpg-agent.conf, add: pinentry-program /usr/bin/pinentry-curses You may also need to set GPG_TTY in your shell init file as well. For example, in ~/.bashrc: export GPG_TTY=`tty` Give info gnupg 'Invoking GPG-AGENT' a read. I found that helpful a while back. -- Todd OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If at first you don't succeed, try management.
pgphkcn52BzW1.pgp
Description: PGP signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
