Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/cli-session.c Mon Oct 11 15:42:14 2021 +0800 +++ b/cli-session.c Mon Oct 11 15:46:49 2021 +0800 @@ -165,6 +165,7 @@ /* Auth */ cli_ses.lastprivkey = NULL; cli_ses.lastauthtype = 0; + cli_ses.is_trivial_auth = 1; /* For printing "remote host closed" for the user */ ses.remoteclosed = cli_remoteclosed;