Mercurial > dropbear
comparison runopts.h @ 1876:bfd0f3248df3
added quiet variable in cli_opts
author | HansH111 <hans@atbas.org> |
---|---|
date | Sun, 13 Mar 2022 14:16:50 +0000 |
parents | 2b3a8026a6ce |
children | 4528afefe45d |
comparison
equal
deleted
inserted
replaced
1875:bfa92efd814b | 1876:bfd0f3248df3 |
---|---|
90 | 90 |
91 #if DO_MOTD | 91 #if DO_MOTD |
92 /* whether to print the MOTD */ | 92 /* whether to print the MOTD */ |
93 int domotd; | 93 int domotd; |
94 #endif | 94 #endif |
95 | |
96 int norootlogin; | 95 int norootlogin; |
97 | 96 |
98 #ifdef HAVE_GETGROUPLIST | 97 #ifdef HAVE_GETGROUPLIST |
99 /* restrict_group is the group name if group restriction was enabled, | 98 /* restrict_group is the group name if group restriction was enabled, |
100 NULL otherwise */ | 99 NULL otherwise */ |
153 char *cmd; | 152 char *cmd; |
154 int wantpty; | 153 int wantpty; |
155 int always_accept_key; | 154 int always_accept_key; |
156 int no_hostkey_check; | 155 int no_hostkey_check; |
157 int no_cmd; | 156 int no_cmd; |
157 int quiet; | |
158 int backgrounded; | 158 int backgrounded; |
159 int is_subsystem; | 159 int is_subsystem; |
160 #if DROPBEAR_CLI_PUBKEY_AUTH | 160 #if DROPBEAR_CLI_PUBKEY_AUTH |
161 m_list *privkeys; /* Keys to use for public-key auth */ | 161 m_list *privkeys; /* Keys to use for public-key auth */ |
162 #endif | 162 #endif |