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

Diff for /src/usr.bin/ssh/ssh.c between version 1.20 and 1.21

version 1.20, 1999/09/30 18:28:36 version 1.21, 1999/09/30 20:39:08
Line 102 
Line 102 
                   "``3des'', "                    "``3des'', "
                   "``blowfish''\n");                    "``blowfish''\n");
   fprintf(stderr, "  -p port     Connect to this port.  Server must be on the same port.\n");    fprintf(stderr, "  -p port     Connect to this port.  Server must be on the same port.\n");
   fprintf(stderr, "  -g          Allow remote hosts to connect to forwarded ports.\n");  
   fprintf(stderr, "  -L listen-port:host:port   Forward local port to remote address\n");    fprintf(stderr, "  -L listen-port:host:port   Forward local port to remote address\n");
   fprintf(stderr, "  -R listen-port:host:port   Forward remote port to local address\n");    fprintf(stderr, "  -R listen-port:host:port   Forward remote port to local address\n");
   fprintf(stderr, "              These cause %s to listen for connections on a port, and\n", av0);    fprintf(stderr, "              These cause %s to listen for connections on a port, and\n", av0);
   fprintf(stderr, "              forward them to the other side by connecting to host:port.\n");    fprintf(stderr, "              forward them to the other side by connecting to host:port.\n");
   fprintf(stderr, "  -C          Enable compression.\n");    fprintf(stderr, "  -C          Enable compression.\n");
     fprintf(stderr, "  -g          Allow remote hosts to connect to forwarded ports.\n");
   fprintf(stderr, "  -o 'option' Process the option as if it was read from a configuration file.\n");    fprintf(stderr, "  -o 'option' Process the option as if it was read from a configuration file.\n");
   exit(1);    exit(1);
 }  }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21