I would like my Gnome Keyring to be unlocked during login, but also run pam_ssh to unlock my ssh key. I'm pretty sure I'm running into this https://live.gnome.org/GnomeKeyring/Pam#Advanced_configuration since I have "pam_ssh sufficient" in system-auth.

This is my system-login:

auth        required    pam_tally2.so onerr=succeed
auth        required    pam_shells.so
auth        required    pam_nologin.so
auth        include     system-auth
auth        optional    pam_gnome_keyring.so

Reply via email to