summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorManfred Kaiser <37737811+manfred-kaiser@users.noreply.github.com>2021-08-19 17:37:14 +0200
committerGitHub <noreply@github.com>2021-08-19 23:37:14 +0800
commit210a9833496ed2a93b8da93924874938127ce0b5 (patch)
treeb7bbba8079879cc3bc057a2eba8433f0e0ae4094 /runopts.h
parent69e5709f75981bf0f5147c5f1d95a0f4fdf11b6f (diff)
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
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index f2ae8c6..af60877 100644
--- a/runopts.h
+++ b/runopts.h
@@ -161,6 +161,7 @@ typedef struct cli_runopts {
#if DROPBEAR_CLI_ANYTCPFWD
int exit_on_fwd_failure;
#endif
+ int disable_trivial_auth;
#if DROPBEAR_CLI_REMOTETCPFWD
m_list * remotefwds;
#endif