Displaying 1 result from an estimated 1 matches for "ssh_com_agent_failur".
Did you mean:
ssh_com_agent_failure
2000 Oct 08
1
OpenSSH-2.2.0 problem with ssh.com ssh-agent2
...====================================
*** authfd.h Sun Oct 8 17:45:16 2000
--- authfd.h.orig Tue Aug 22 20:46:24 2000
***************
*** 39,50 ****
#define SSH2_AGENTC_REMOVE_IDENTITY 18
#define SSH2_AGENTC_REMOVE_ALL_IDENTITIES 19
- /* messages used by the ssh.com ssh-agent2 */
- #define SSH_COM_AGENT_FAILURE 102
-
- /* macro to check for "agent failure" message */
- #define agent_failed(x) ((x == SSH_AGENT_FAILURE) || (x == SSH_COM_AGENT_FAILURE))
-
typedef struct {
int fd;
Buffer identities;
--- 39,44 ----
*** authfd.c Sun Oct 8 17:45:28 2000
--- authfd.c...