https://bugzilla.novell.com/show_bug.cgi?id=619295 https://bugzilla.novell.com/show_bug.cgi?id=619295#c32 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #32 from Petr Uzel <puzel@novell.com> 2010-12-09 12:45:43 UTC --- (In reply to comment #29)
In that case, it should simply be GPG_TTY=/dev/tty. This is what ssh and so on do anyway, whether their stdin is redirected or not.
I don't know how is it with ssh, but this will not work with gpg & standalone gpg-agent. In short: Gpg would instruct gpg-agent to use /dev/tty, gpg-agent passes this along to pinentry. /dev/tty is synonym for controlling terminal of the process. gpg-agent does not have controlling terminal -> pinentry does not have controlling terminal. /dev/tty does not work. Long version: http://lists.gnupg.org/pipermail/gnupg-users/2003-July/019166.html http://lists.gnupg.org/pipermail/gpa-dev/2003-October/001483.html http://www.gnupg.org/documentation/manuals/gnupg/Common-Problems.html -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.