auth: Implement nonblocking ssh_auth_agent

This commit is contained in:
Aris Adamantiadis
2011-09-11 00:40:24 +02:00
parent 28bfc7645c
commit 33bd3d6cd9
2 changed files with 71 additions and 38 deletions

View File

@@ -117,6 +117,7 @@ struct ssh_session_struct {
enum ssh_auth_service_state_e auth_service_state;
enum ssh_auth_state_e auth_state;
enum ssh_channel_request_state_e global_req_state;
struct ssh_agent_state_struct *agent_state;
KEX server_kex;
KEX client_kex;