I would like to automate a GPG private key export so it runs without user interaction. I tried providing –batch –passphrase-fd 0 arguments both with passphrase being passsed as: an argument –passphrase ‘my-passhrase’ from stdin echo ‘my-passphrase’ | gpg … It didn’t work. Is it even possible to export private keys without user interaction? Answer You should add –pinentry-mode=loopback parameter,
Tag: pgp
View git pgp sigs in a commit with out gpg installed
In some cases I will be using a system that does not have gpg installed and I do not want to take the time the set it up and get the pub key installed. I would like to just view the signature on the commit and copy it to another system to validate it. I can not seem to find