[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.163 and 1.164

version 1.163, 2006/05/16 09:00:00 version 1.164, 2006/06/26 10:36:15
Line 921 
Line 921 
   
         if (*s == 'h' || *s == 'H' || *s == '?') {          if (*s == 'h' || *s == 'H' || *s == '?') {
                 logit("Commands:");                  logit("Commands:");
                 logit("      -Lport:host:hostport    Request local forward");                  logit("      -L[bind_address:]port:host:hostport    "
                 logit("      -Rport:host:hostport    Request remote forward");                      "Request local forward");
                 logit("      -KRhostport             Cancel remote forward");                  logit("      -R[bind_address:]port:host:hostport    "
                       "Request remote forward");
                   logit("      -KR[bind_address:]hostport             "
                       "Cancel remote forward");
                 if (!options.permit_local_command)                  if (!options.permit_local_command)
                         goto out;                          goto out;
                 logit("      !args                   Execute local command");                  logit("      !args                                  "
                       "Execute local command");
                 goto out;                  goto out;
         }          }
   

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