I just updated my ssh key and added a passphrase,
however it constantly nags me for it now,
such as when I do a git (or mercurial hg) push. ssh-agent is running:
xxx 1303 1118 0 09:16 ? 00:00:00 /usr/bin/ssh-agent
/usr/bin/dbus-launch --exit-with-session
/usr/bin/im-launch mate-session
I tried ssh-add:
> ssh-add
Identity added: /home/…/.ssh/id_rsa (/home/…/.ssh/id_rsa)
Enter passphrase for /home/…/.ssh/id_ed25519:
Could not add identity "/home/…/.ssh/id_ed25519":
communication with agent failed
What is missing? 16.04 Ubuntu Mate, in case it matters.
echo $SSH_AUTH_SOCK-- are you sure you are connected to thisssh-agentand not the GNOME one, that might not support ED25519 keys? – Jakuje Sep 29 '16 at 11:33/run/user/1000/keyring/ssh- no idea? – Gringo Suave Sep 29 '16 at 21:47