comparison runopts.h @ 68:eee77ac31ccc

cleaning up the pubkey defines
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 14:56:22 +0000
parents efb5e0b335cf
children ac96bc733e71
comparison
equal deleted inserted replaced
67:86725004a0ea 68:eee77ac31ccc
89 89
90 char *username; 90 char *username;
91 91
92 char *cmd; 92 char *cmd;
93 int wantpty; 93 int wantpty;
94 #ifdef DROPBEAR_PUBKEY_AUTH 94 #ifdef ENABLE_CLI_PUBKEY_AUTH
95 struct PubkeyList *pubkeys; /* Keys to use for public-key auth */ 95 struct PubkeyList *pubkeys; /* Keys to use for public-key auth */
96 #endif 96 #endif
97 #ifdef ENABLE_CLI_REMOTETCPFWD 97 #ifdef ENABLE_CLI_REMOTETCPFWD
98 struct TCPFwdList * remotefwds; 98 struct TCPFwdList * remotefwds;
99 #endif 99 #endif