GPG agent should fallback (if possible) to password when Trezor not present
I have added Trezor identity to my GPG key (using trezor-gpg init --subkey). It works fine as long as Trezor is plugged in. But I'd like to be able to configure what happens if Trezor is not present - fail or ask for password.
If this can be configured, there is no HOWTO on this topic. I can also see why such behavior is enforced but I also think that the user should be responsible for finetuning configuration if they so desire.
Thanks for opening this issue, and sorry for the delayed response. Currently, it's not supported - mainly for the simplicity of the existing code.
@romanz if you could give me some hints I could at least try to implement that.