comparison runopts.h @ 435:337c45621e81

merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee' and 'c22be8b8f570b48e9662dac32c7b3e7148a42206'
author Matt Johnston <matt@ucc.asn.au>
date Thu, 22 Feb 2007 14:53:49 +0000
parents 0aaaf68e97dc ab57ba0cb667
children 3e6c536bc023
comparison
equal deleted inserted replaced
434:0aaaf68e97dc 435:337c45621e81
82 int nolocaltcp; 82 int nolocaltcp;
83 #endif 83 #endif
84 84
85 sign_key *hostkey; 85 sign_key *hostkey;
86 buffer * banner; 86 buffer * banner;
87 char * pidfile;
87 88
88 } svr_runopts; 89 } svr_runopts;
89 90
90 extern svr_runopts svr_opts; 91 extern svr_runopts svr_opts;
91 92
100 101
101 char *username; 102 char *username;
102 103
103 char *cmd; 104 char *cmd;
104 int wantpty; 105 int wantpty;
106 int always_accept_key;
107 int no_cmd;
108 int backgrounded;
105 #ifdef ENABLE_CLI_PUBKEY_AUTH 109 #ifdef ENABLE_CLI_PUBKEY_AUTH
106 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ 110 struct SignKeyList *privkeys; /* Keys to use for public-key auth */
107 #endif 111 #endif
108 #ifdef ENABLE_CLI_REMOTETCPFWD 112 #ifdef ENABLE_CLI_REMOTETCPFWD
109 struct TCPFwdList * remotefwds; 113 struct TCPFwdList * remotefwds;