[BACK]Return to clientloop.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/clientloop.c between version 1.164 and 1.165

version 1.164, 2006/06/26 10:36:15 version 1.165, 2006/07/02 23:01:55
Line 925 
Line 925 
                     "Request local forward");                      "Request local forward");
                 logit("      -R[bind_address:]port:host:hostport    "                  logit("      -R[bind_address:]port:host:hostport    "
                     "Request remote forward");                      "Request remote forward");
                 logit("      -KR[bind_address:]hostport             "                  logit("      -KR[bind_address:]port                 "
                     "Cancel remote forward");                      "Cancel remote forward");
                 if (!options.permit_local_command)                  if (!options.permit_local_command)
                         goto out;                          goto out;

Legend:
Removed from v.1.164  
changed lines
  Added in v.1.165