문제

I'm using pinentry-mac with openfortivpn, to prompt for passwords and tokens. I installed both using Homebrew.

However, there's a button in the pinentry dialog to save to the keychain, and it's checked by default. I'd like to disable this, or at least make it unchecked by default.

Based on this and this and the source, I've tried both of these:

defaults write org.gpgtools.common DisableKeychain -bool yes
defaults write org.gpgtools.common UseKeychain false

But neither had any effect. Anything else I can do?

올바른 솔루션이 없습니다

다른 팁

You were close, and helped me find the solution.

According to this line

The correct command is

defaults write org.gpgtools.common UseKeychain NO
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 apple.stackexchange
scroll top