Mercurial > dropbear
comparison cli-session.c @ 1830:c32976db772f
Merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 11 Oct 2021 15:46:49 +0800 |
parents | 7a0068effc65 df8d8ec1801c |
children | 1d86a58fb52d |
comparison
equal
deleted
inserted
replaced
1829:a7cc3332d8ab | 1830:c32976db772f |
---|---|
163 TRACE(("proxy command PID='%d'", proxy_cmd_pid)); | 163 TRACE(("proxy command PID='%d'", proxy_cmd_pid)); |
164 | 164 |
165 /* Auth */ | 165 /* Auth */ |
166 cli_ses.lastprivkey = NULL; | 166 cli_ses.lastprivkey = NULL; |
167 cli_ses.lastauthtype = 0; | 167 cli_ses.lastauthtype = 0; |
168 cli_ses.is_trivial_auth = 1; | |
168 | 169 |
169 /* For printing "remote host closed" for the user */ | 170 /* For printing "remote host closed" for the user */ |
170 ses.remoteclosed = cli_remoteclosed; | 171 ses.remoteclosed = cli_remoteclosed; |
171 | 172 |
172 ses.extra_session_cleanup = cli_session_cleanup; | 173 ses.extra_session_cleanup = cli_session_cleanup; |