I am trying to decrypt a file from the server where I have the required public key of that server. The keyring has a password protection and so when I try to decrypt a file, it asks me for a passphrase.
Is there a way to bypass that passphrase by passing the password when we try to decrypt the file.
I am using gpg-agent
where the passphrase is cached for 600sec default time and for some reason I am unable to set the max-cache-ttl
(It didn't work for me, I don't know y) and is availble only for that session.
Now I want to cache the passphrase for which I am using gpg-preset-passphrase
. I set it in .gnupg/gpg-agent.conf as gpg-preset-passphrase --preset hex
. I don't know what I am missing in this.
Can someone please let me know what I am missing in this?