comparison runopts.h @ 219:654bc8327787

merge of 9522146cb07d4576f161fc4567c2c2fbd6f61fbb and b11630c15bc4d0649dba51c3572cac6f44e0ab0e
author Matt Johnston <matt@ucc.asn.au>
date Fri, 08 Jul 2005 13:28:03 +0000
parents aad4b3f58556
children ca7e76d981d9 306499676384
comparison
equal deleted inserted replaced
218:3ee0c2f85e1e 219:654bc8327787
93 char *username; 93 char *username;
94 94
95 char *cmd; 95 char *cmd;
96 int wantpty; 96 int wantpty;
97 #ifdef ENABLE_CLI_PUBKEY_AUTH 97 #ifdef ENABLE_CLI_PUBKEY_AUTH
98 struct PubkeyList *pubkeys; /* Keys to use for public-key auth */ 98 struct SignKeyList *privkeys; /* Keys to use for public-key auth */
99 #endif 99 #endif
100 #ifdef ENABLE_CLI_REMOTETCPFWD 100 #ifdef ENABLE_CLI_REMOTETCPFWD
101 struct TCPFwdList * remotefwds; 101 struct TCPFwdList * remotefwds;
102 #endif 102 #endif
103 #ifdef ENABLE_CLI_LOCALTCPFWD 103 #ifdef ENABLE_CLI_LOCALTCPFWD