The mate-session-manager starts gnome-keyring-daemon by default with all components enabled, including the SSH agent. This is less than optimal since the SSH agent lacks a lot of features compared to OpenSSH's ssh-agent (e.g. support for ECDSA and Ed25519 keys). To stop this from happening you need to change the value of a key in gsettings:$ gsettings get org.mate.session gnome-compat-startup ['smproxy', 'keyring'] $ gsettings set org.mate.session gnome-compat-startup "['smproxy']" $ gsettings get org.mate.session gnome-compat-startup ['smproxy'] $ mate-session-properties # uncheck SSH Key Agent and maybe others. |
Random Notes >