comparison runopts.h @ 399:a707e6148060

merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834' and '6b61c50f4cf888bea302ac8fcf5dbb573b443251'
author Matt Johnston <matt@ucc.asn.au>
date Sat, 03 Feb 2007 08:20:34 +0000
parents d965110e3f5c
children ab57ba0cb667
comparison
equal deleted inserted replaced
394:17d097fc111c 399:a707e6148060
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;