logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libssh2_agent_disconnect - close a connection to an ssh-agent

Availability

       Added in libssh2 1.2

Description

       Close a connection to an ssh-agent.

Name

       libssh2_agent_disconnect - close a connection to an ssh-agent

Return Value

       Returns 0 if succeeded, or a negative value for error.

See Also

libssh2_agent_connect(3)libssh2_agent_free(3)

libssh2                                            23 Dec 2009                       libssh2_agent_disconnect(3)

Synopsis

       #include <libssh2.h>

       int
       libssh2_agent_disconnect(LIBSSH2_AGENT *agent);

See Also