Mercurial > dropbear
comparison auth.h @ 734:619b1ed837fd
Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
Only use it if we have pubkeys to try, or we have $DROPBEAR_PASSWORD set
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 02 Apr 2013 00:11:53 +0800 |
parents | 818108bf7749 |
children | 8fe36617bf4e |
comparison
equal
deleted
inserted
replaced
733:70811267715c | 734:619b1ed837fd |
---|---|
65 void recv_msg_userauth_specific_60(); | 65 void recv_msg_userauth_specific_60(); |
66 void recv_msg_userauth_pk_ok(); | 66 void recv_msg_userauth_pk_ok(); |
67 void recv_msg_userauth_info_request(); | 67 void recv_msg_userauth_info_request(); |
68 void cli_get_user(); | 68 void cli_get_user(); |
69 void cli_auth_getmethods(); | 69 void cli_auth_getmethods(); |
70 void cli_auth_try(); | 70 int cli_auth_try(); |
71 void recv_msg_userauth_banner(); | 71 void recv_msg_userauth_banner(); |
72 void cli_pubkeyfail(); | 72 void cli_pubkeyfail(); |
73 void cli_auth_password(); | 73 void cli_auth_password(); |
74 int cli_auth_pubkey(); | 74 int cli_auth_pubkey(); |
75 void cli_auth_interactive(); | 75 void cli_auth_interactive(); |