Quick check before trying to crank up our own agent.
# --- Start an ssh authentication agent ---
# --- Start an ssh authentication agent ---
+if stuff=$(gnome-keyring-daemon -s 2>/dev/null); then
+ eval "$stuff"; export GNOME_KEYRING_CONTROL SSH_AUTH_SOCK
+fi
+
eval `start-ssh-agent -b`
if [ -z "$__mdw_bashrc" ] && [ "$__mdw_force_secure_session" = "yes" ] ||
eval `start-ssh-agent -b`
if [ -z "$__mdw_bashrc" ] && [ "$__mdw_force_secure_session" = "yes" ] ||