Up until recently the following solution worked well:
How to disable the keyring for SSH and GPG?
But just a few days ago the solution stopped working for SSH. I now get a GUI prompt for my SSH password and it keeps the key unlocked until I close the terminal session.
I had read some suggestions regarding changing the permissions for the keyring executable so that it can't be executed, and while that works, I won't get a password prompt for wifi networks :P So I opted to reverse that.
Is there anything I can be doing to tackle this particular issue?
X-GNOME-Autostart-enabled=false
to the file~/.config/autostart/gnome-keyring-ssh.desktop
is sufficient for me. – Julien Fastré Apr 10 '15 at 20:36