comparison options.h @ 479:e3db1f7a2e43

- Split main socket var into ses.sock_in/ses.sock_out in preparation for -J proxy_cmd option (and some prelim options for that)
author Matt Johnston <matt@ucc.asn.au>
date Mon, 15 Sep 2008 12:51:50 +0000
parents 170329dc8ce5
children 738313e73b1c
comparison
equal deleted inserted replaced
477:657c045054ab 479:e3db1f7a2e43
57 /* 'Local' is "-L" style (client listening port forwarded via server) 57 /* 'Local' is "-L" style (client listening port forwarded via server)
58 * 'Remote' is "-R" style (server listening port forwarded via client) */ 58 * 'Remote' is "-R" style (server listening port forwarded via client) */
59 59
60 #define ENABLE_CLI_LOCALTCPFWD 60 #define ENABLE_CLI_LOCALTCPFWD
61 #define ENABLE_CLI_REMOTETCPFWD 61 #define ENABLE_CLI_REMOTETCPFWD
62
63 /* Allow using -J <proxycommand> to run the connection through a
64 pipe to a program, rather the normal TCP connection */
65 /*#define ENABLE_CLI_PROXYCMD*/
62 66
63 #define ENABLE_SVR_LOCALTCPFWD 67 #define ENABLE_SVR_LOCALTCPFWD
64 #define ENABLE_SVR_REMOTETCPFWD 68 #define ENABLE_SVR_REMOTETCPFWD
65 69
66 /* Enable Authentication Agent Forwarding - server only for now */ 70 /* Enable Authentication Agent Forwarding - server only for now */