Suppress GnuPG entries from systemd and gpg-agent flooding Debian daemon.log during SSH connection
Ever since upgrading to Debian 9, the daemon.log on one of our very active SSH hosts has been flooded with many extra GnuPG entries generated by systemd and gpg-agent every time a user connects via SSH.
I implemented an rsyslog filter after considering solutions discussed…