chiark / gitweb /
Various hacks to support use of Ed25519 keys in OpenSSH.
[profile] / dot / bash_profile
index 2a47c68b62f41d9037fbabf5e97cf37510914177..47c408b3eda0ea9493b9b80315ea24c4ff2e9ecd 100644 (file)
@@ -246,7 +246,7 @@ if { { [ "$GNOME_KEYRING_CONTROL" ] &&
        [ -s "$GNOME_KEYRING_CONTROL" ]; } ||
      { [ "$DBUS_SESSION_BUS_ADDRESS" ] &&
        __mdw_programp gnome-keyring-daemon; }; } &&
-   stuff=$(gnome-keyring-daemon -s -c ssh,gpg 2>/dev/null)
+   stuff=$(gnome-keyring-daemon -s -c gpg 2>/dev/null)
 then
   eval "$stuff"
   export SSH_AUTH_SOCK GPG_AGENT_INFO