mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +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
|
||||
* 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_ses.state = USERAUTH_REQ_SENT;
|
||||
TRACE(("leave cli_sessionloop: sent userauth methods req"))
|
||||
|
Loading…
Reference in New Issue
Block a user