Format of the configuration file using port forwardingWhen using port forwarding, the remote configuration file has the following format: <connection protocol> <username@host> -L <forwarding_port>:<forwarding_host>:<kwdtagent_port> <user_install>/bin/kwdtagent -pd <path_to_remote_kwlp> --port <kwdtagent_port> host=<forwarding_host> port=<forwarding_port> where
Note: The host and port properties must each be on a separate line below the command string.
Example: command=ssh jlee@acmeworks.com -L 8099:myhost.com:9011 /space/kw/user-9.1/bin/kwdtagent -pd /space/dev/C++TestProj/.kwlp --port 9011 host=myhost.com port=8099 In this example, all traffic is forwarded through 8099:myhost.com to the remote machine. |