Mercurial > dropbear
diff cli-session.c @ 1821:df8d8ec1801c
added option to disable trivial auth methods (#128)
* added option to disable trivial auth methods
* rename argument to match with other ssh clients
* fixed trivial auth detection for pubkeys
author | Manfred Kaiser <37737811+manfred-kaiser@users.noreply.github.com> |
---|---|
date | Thu, 19 Aug 2021 17:37:14 +0200 |
parents | 249681d9ecda |
children | c32976db772f |
line wrap: on
line diff
--- a/cli-session.c Thu Aug 19 23:17:34 2021 +0800 +++ b/cli-session.c Thu Aug 19 17:37:14 2021 +0200 @@ -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;