GPG: xxxxxxxx: skipped: public key not found

╄→尐↘猪︶ㄣ 提交于 2019-12-11 15:53:41

问题


i`ve got a problem with encrypting some stuff on a Debian 8.10 server.

I have a few keys imported into my keyring and am able to check if all that need to be there are actually there with

gpg --list-keys

Whenever my script runs which contains the following command

gpg --trust-model always -r XXXXXXXX -r XXXXXXXX -r XXXXXXXX -r XXXXXXXX -r XXXXXXXX -e

i get this error

gpg: XXXXXXXX: skipped: public key not found
gpg: [stdin]: encryption failed: public key not found

None of the keys that aren't working are expired.

I imported every Key by hand via gpg --import bla.asc

If anyone knows what I might be doing wrong - help would be appreciated.

Thanks in advance

来源:https://stackoverflow.com/questions/57251111/gpg-xxxxxxxx-skipped-public-key-not-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!