comparison runopts.h @ 497:ae600f1eef81

- Enable -s for specifying a subsystem (such as sftp)
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Sep 2008 15:57:26 +0000
parents b956d6151600
children d588e3ea557a a3748e54273c
comparison
equal deleted inserted replaced
495:cd02449b709c 497:ae600f1eef81
107 char *cmd; 107 char *cmd;
108 int wantpty; 108 int wantpty;
109 int always_accept_key; 109 int always_accept_key;
110 int no_cmd; 110 int no_cmd;
111 int backgrounded; 111 int backgrounded;
112 int is_subsystem;
112 #ifdef ENABLE_CLI_PUBKEY_AUTH 113 #ifdef ENABLE_CLI_PUBKEY_AUTH
113 struct SignKeyList *privkeys; /* Keys to use for public-key auth */ 114 struct SignKeyList *privkeys; /* Keys to use for public-key auth */
114 #endif 115 #endif
115 #ifdef ENABLE_CLI_REMOTETCPFWD 116 #ifdef ENABLE_CLI_REMOTETCPFWD
116 struct TCPFwdList * remotefwds; 117 struct TCPFwdList * remotefwds;