LibSSH Documentation
0.7
The Linking HowTo
The Tutorial
The libssh API
The SSH Public Key Infrastructure
The SSH authentication functions.
enum ssh_agent_state_e
enum ssh_auth_auto_state_e
struct ssh_agent_state_struct
struct ssh_auth_auto_state_struct
Overview
Detailed Documentation
The SSH buffer functions.
The SSH channel functions
The SSH error functions.
The SSH helper functions.
The SSH logging functions.
The SSH message functions
The SSH poll functions.
The SSH scp functions
The SSH session functions.
The SSH string functions
The SSH threading functions.
The libssh callbacks
Overview
Detailed Documentation
The libssh C++ wrapper
The libssh SFTP API
The libssh server API
Bug List
Deprecated List
Global Namespace
LibSSH Documentation
The libssh API
The SSH authentication functions.
enum ssh_agent_state_e
enum ssh_agent_state_e
enum
ssh_agent_state_e
{
SSH_AGENT_STATE_NONE
=
0
,
SSH_AGENT_STATE_PUBKEY
,
SSH_AGENT_STATE_AUTH
,
};