comparison runopts.h @ 330:5488db2e9e4e

merge of 332f709a4cb39cde4cedab7c3be89e05f3023067 and ca4ca78b82c5d430c69ce01bf794e8886ce81431
author Matt Johnston <matt@ucc.asn.au>
date Sat, 10 Jun 2006 16:39:40 +0000
parents d965110e3f5c
children ab57ba0cb667
comparison
equal deleted inserted replaced
329:8ed0dce45126 330:5488db2e9e4e
81 int nolocaltcp; 81 int nolocaltcp;
82 #endif 82 #endif
83 83
84 sign_key *hostkey; 84 sign_key *hostkey;
85 buffer * banner; 85 buffer * banner;
86 char * pidfile;
86 87
87 } svr_runopts; 88 } svr_runopts;
88 89
89 extern svr_runopts svr_opts; 90 extern svr_runopts svr_opts;
90 91
99 100
100 char *username; 101 char *username;
101 102
102 char *cmd; 103 char *cmd;
103 int wantpty; 104 int wantpty;
105 int no_cmd;
106 int backgrounded;
104 #ifdef ENABLE_CLI_PUBKEY_AUTH 107 #ifdef ENABLE_CLI_PUBKEY_AUTH
105 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ 108 struct SignKeyList *privkeys; /* Keys to use for public-key auth */
106 #endif 109 #endif
107 #ifdef ENABLE_CLI_REMOTETCPFWD 110 #ifdef ENABLE_CLI_REMOTETCPFWD
108 struct TCPFwdList * remotefwds; 111 struct TCPFwdList * remotefwds;