* oxy via Gnupg-users: > Can i force gpg to prompt for passwd inline? > (i mean, inside the terminal) The following might help: export GPG_TTY="$(tty)" If you are not using BASH, change this to your shell's required syntax. -Ralph