On Sat 2019-01-12 14:25:02 -0500, Ineiev wrote: > On Sat, Jan 12, 2019 at 02:12:47PM -0500, Ineiev wrote: >> dti@manas:~$ gpg --home h1 --import <sec.asc > > Sorry, this is what works: > > gpg --home h1 --import sec.asc
to be clear, i think the issue that you were having is that both
commands use pinentry-tty, but the former command has stdin coming from
the redirected file, not the tty.
fwiw, if you use --batch with --import, there will be no attempt to use
pinentry, ever, which should make both commands work without complaint.
hth,
--dkg
signature.asc
Description: PGP signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
