【发布时间】:2016-07-29 12:43:05
【问题描述】:
解密时出现以下错误:
$ eyaml decrypt -s 'ENC and the key goes on here'
.gnupg --quiet --no-secmem-warning --no-permission-warning --no-tty --yes --decrypt)
失败:gpg:抱歉,根本没有请求终端 - 无法获取输入
我检查了我的钥匙,一切正常。在这一点上,我没有选择。
【问题讨论】:
-
你能用更简单的命令重现问题并更新问题吗?我用简单的
gpg --edit-key <my key id>遇到了同样的错误,Josh Habdas 的回答解决了这个错误。
标签: linux architecture public-key-encryption gnupg snakeyaml