Add -N "no remote command" dbclient option.

Document -N in dbclient.1 and -P in dropbear.8

--HG--
extra : convert_revision : 7cada79bf8f61e09a72e5d492170bd10ab0acee3
This commit is contained in:
Matt Johnston
2006-06-07 15:01:20 +00:00
parent 1428c01a5f
commit be2b7d9725
6 changed files with 19 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ typedef struct cli_runopts {
char *cmd;
int wantpty;
int no_cmd;
#ifdef ENABLE_CLI_PUBKEY_AUTH
struct SignKeyList *privkeys; /* Keys to use for public-key auth */
#endif