I do not want to always re-type my password again and again. Is there a way to suppress the warning without using the auth-nocache option?WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this.
I do not want to get myself used to habitually ignoring a red warning in the log dialog. This bad habit might prevent me from noticing an actual issue in the future. We have @SuppressWarnings in Java for exactly the same reason.
I want to emphasize that I am not choosing between security and convenience, but I am asking for higher security! Multiple internet sources I found on this warning (e.g. here, here or here) tell that the risk is minimal. However the risk that I become used to ignore warnings seems much higher to me.