mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Add a comment about sending initial auth request
This commit is contained in:
parent
a8d6dac2c5
commit
661d8ca225
@ -245,6 +245,9 @@ static void cli_sessionloop() {
|
|||||||
/* We've got the transport layer sorted, we now need to request
|
/* We've got the transport layer sorted, we now need to request
|
||||||
* userauth */
|
* userauth */
|
||||||
send_msg_service_request(SSH_SERVICE_USERAUTH);
|
send_msg_service_request(SSH_SERVICE_USERAUTH);
|
||||||
|
/* We aren't using any "implicit server authentication" methods,
|
||||||
|
so don't need to wait for a response for SSH_SERVICE_USERAUTH
|
||||||
|
before sending the auth messages (rfc4253 10) */
|
||||||
cli_auth_getmethods();
|
cli_auth_getmethods();
|
||||||
cli_ses.state = USERAUTH_REQ_SENT;
|
cli_ses.state = USERAUTH_REQ_SENT;
|
||||||
TRACE(("leave cli_sessionloop: sent userauth methods req"))
|
TRACE(("leave cli_sessionloop: sent userauth methods req"))
|
||||||
|
Loading…
Reference in New Issue
Block a user