Displaying 1 result from an estimated 1 matches for "ssh1_agent_failure".
2000 Oct 08
1
OpenSSH-2.2.0 problem with ssh.com ssh-agent2
...s one of its own set of DSA-related agent
messages, which ssh-agent2 doesn't understand, so the agent sends back an
"agent failure" message. This should be fine; the OpenSSH code looks for
that. However, there are two "agent failure" messages in the ssh.com world:
#define SSH1_AGENT_FAILURE 5
#define SSH_AGENT_FAILURE 102
OpenSSH only checks for the first one, but the agent returns the second one.
OpenSSH doesn't recognize it, and dies.
Below is a proposed fix, as diffs to authfd.c and authfd.h.
--
Richard Silverman
slade at shore.net
===========...