|
Line
Link Here
|
| 0 |
-- clientloop.c 2006-06-26 00:53:11.000000000 -0700 |
0 |
++ clientloop.c-new 2006-06-26 01:17:09.000000000 -0700 |
|
Lines 912-920
Link Here
|
| 912 |
if (*s == 'h' || *s == 'H' || *s == '?') { |
912 |
if (*s == 'h' || *s == 'H' || *s == '?') { |
| 913 |
logit("Commands:"); |
913 |
logit("Commands:"); |
| 914 |
logit(" -Lport:host:hostport Request local forward"); |
914 |
logit(" -L[bind address:]port:host:hostport Request local forward"); |
| 915 |
logit(" -Rport:host:hostport Request remote forward"); |
915 |
logit(" -R[bind address:]port:host:hostport Request remote forward"); |
| 916 |
logit(" -KRhostport Cancel remote forward"); |
916 |
logit(" -KR[bind address:]hostport Cancel remote forward"); |
| 917 |
if (!options.permit_local_command) |
917 |
if (!options.permit_local_command) |
| 918 |
goto out; |
918 |
goto out; |
| 919 |
logit(" !args Execute local command"); |
919 |
logit(" !args Execute local command"); |