Ellié Computing Open Source Program wrote: > I am about to add support in libcurl for agent based authentication, > I am missing some information. Is there a list of libssh2_agent_ API > which might return EAGAIN, or might they all return EAGAIN?
The man pages do not say? > Once libssh2_agent_userauth succeeded or failed on the last > identity, can I immediately get rid of it with > libssh2_agent_disconnect/free sequence? or do I need to wait for > the end of the channel as in the sample. If you do not want to forward the agent connection then you should be able to close it. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel