Open marcmarmir opened 6 years ago
This seems to be a misconfiguration in your .ssh-ident or usage. Are you using alias or symbolic link to call ssh-ident wrapper for ssh? See also updated README of my fork at https://github.com/ssh-ident/ssh-ident1 Additionally see my post at superuser.com: https://superuser.com/a/1616186/557798
When running ssh-ident for the first time, a KeyError exception was thrown before the password prompt. The first time and subsequent times, a 'communication with agent failed' message was generated - it seems ssh-ident is trying to use an invalid command line option.
I am running Ubuntu 17.10 (the openssh-client package version 7.5p1-10, but I don't know how to determine the version of ssh-agent).
I haven't yet looked into how to solve this, but it looks like the default settings don't work with a reasonably recent version of ssh-agent.