Mercurial > dropbear
comparison runopts.h @ 325:0e4f225b7e07
Add -N "no remote command" dbclient option.
Document -N in dbclient.1 and -P in dropbear.8
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 07 Jun 2006 15:01:20 +0000 |
parents | 3bfbe95f9a14 |
children | d965110e3f5c |
comparison
equal
deleted
inserted
replaced
324:bc7c134982df | 325:0e4f225b7e07 |
---|---|
100 | 100 |
101 char *username; | 101 char *username; |
102 | 102 |
103 char *cmd; | 103 char *cmd; |
104 int wantpty; | 104 int wantpty; |
105 int no_cmd; | |
105 #ifdef ENABLE_CLI_PUBKEY_AUTH | 106 #ifdef ENABLE_CLI_PUBKEY_AUTH |
106 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ | 107 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ |
107 #endif | 108 #endif |
108 #ifdef ENABLE_CLI_REMOTETCPFWD | 109 #ifdef ENABLE_CLI_REMOTETCPFWD |
109 struct TCPFwdList * remotefwds; | 110 struct TCPFwdList * remotefwds; |