mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
added quiet variable in cli_opts
This commit is contained in:
parent
8d11116dcb
commit
fa4a1ab435
@ -92,7 +92,6 @@ typedef struct svr_runopts {
|
|||||||
/* whether to print the MOTD */
|
/* whether to print the MOTD */
|
||||||
int domotd;
|
int domotd;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int norootlogin;
|
int norootlogin;
|
||||||
|
|
||||||
#ifdef HAVE_GETGROUPLIST
|
#ifdef HAVE_GETGROUPLIST
|
||||||
@ -155,6 +154,7 @@ typedef struct cli_runopts {
|
|||||||
int always_accept_key;
|
int always_accept_key;
|
||||||
int no_hostkey_check;
|
int no_hostkey_check;
|
||||||
int no_cmd;
|
int no_cmd;
|
||||||
|
int quiet;
|
||||||
int backgrounded;
|
int backgrounded;
|
||||||
int is_subsystem;
|
int is_subsystem;
|
||||||
#if DROPBEAR_CLI_PUBKEY_AUTH
|
#if DROPBEAR_CLI_PUBKEY_AUTH
|
||||||
|
Loading…
Reference in New Issue
Block a user