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.