Gpg: Sorry, no terminal is requested - cannot get input

When decrypting, I get the following error

$ eyaml decrypt -s' ENC and the key continues here

.gnupg --quiet --no-secmem-warning --no-warning-warning -no-tty --yes --decrypt) failed: gpg: sorry, no terminal is requested - cannot receive input

I checked my keys, everything is in order. At the moment I have no options.

0
source share
1 answer

You need to remove the option --no-tty

< p > - -
, TTY () - . , GnuPG TTY, --batch.
+2

Source: https://habr.com/ru/post/1687944/


All Articles