enum ssh_agent_state_e

enum ssh_agent_state_e {
    SSH_AGENT_STATE_NONE   = 0,
    SSH_AGENT_STATE_PUBKEY,
    SSH_AGENT_STATE_AUTH,
};