comparison cli-session.c @ 225:ca7e76d981d9 agent-client

- progress towards client agent forwarding (incomplete and does not compile)
author Matt Johnston <matt@ucc.asn.au>
date Mon, 18 Jul 2005 14:32:52 +0000
parents aad4b3f58556
children 79bf1023cf11
comparison
equal deleted inserted replaced
224:1dbd2473482f 225:ca7e76d981d9
71 71
72 static const struct ChanType *cli_chantypes[] = { 72 static const struct ChanType *cli_chantypes[] = {
73 #ifdef ENABLE_CLI_REMOTETCPFWD 73 #ifdef ENABLE_CLI_REMOTETCPFWD
74 &cli_chan_tcpremote, 74 &cli_chan_tcpremote,
75 #endif 75 #endif
76 #ifdef ENABLE_CLI_AGENTFWD
77 &cli_chan_agent,
78 #endif
76 NULL /* Null termination */ 79 NULL /* Null termination */
77 }; 80 };
78 81
79 void cli_session(int sock, char* remotehost) { 82 void cli_session(int sock, char* remotehost) {
80 83