Mercurial > dropbear
comparison runopts.h @ 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 | 5120e22882de |
children | 94dc11094e26 |
comparison
equal
deleted
inserted
replaced
1820:e9854650d45b | 1821:df8d8ec1801c |
---|---|
159 m_list *privkeys; /* Keys to use for public-key auth */ | 159 m_list *privkeys; /* Keys to use for public-key auth */ |
160 #endif | 160 #endif |
161 #if DROPBEAR_CLI_ANYTCPFWD | 161 #if DROPBEAR_CLI_ANYTCPFWD |
162 int exit_on_fwd_failure; | 162 int exit_on_fwd_failure; |
163 #endif | 163 #endif |
164 int disable_trivial_auth; | |
164 #if DROPBEAR_CLI_REMOTETCPFWD | 165 #if DROPBEAR_CLI_REMOTETCPFWD |
165 m_list * remotefwds; | 166 m_list * remotefwds; |
166 #endif | 167 #endif |
167 #if DROPBEAR_CLI_LOCALTCPFWD | 168 #if DROPBEAR_CLI_LOCALTCPFWD |
168 m_list * localfwds; | 169 m_list * localfwds; |