Auth: nonblocking ssh_userauth_pubkey_auto

This commit is contained in:
Aris Adamantiadis
2011-09-11 01:56:30 +02:00
parent 7b663df185
commit ff5bf51af1
2 changed files with 166 additions and 114 deletions

View File

@@ -118,6 +118,7 @@ struct ssh_session_struct {
enum ssh_auth_state_e auth_state;
enum ssh_channel_request_state_e global_req_state;
struct ssh_agent_state_struct *agent_state;
struct ssh_auth_auto_state_struct *auth_auto_state;
KEX server_kex;
KEX client_kex;