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

Diff for /src/usr.bin/ssh/ssh.1 between version 1.132 and 1.133

version 1.132, 2001/08/28 15:39:48 version 1.133, 2001/08/29 23:13:11
Line 606 
Line 606 
 logging in as root on the remote machine.  logging in as root on the remote machine.
 IPv6 addresses can be specified with an alternative syntax:  IPv6 addresses can be specified with an alternative syntax:
 .Ar port/host/hostport  .Ar port/host/hostport
   .It Fl D Ar port
   Specifies a local
   .Dq dynamic
   application-level port forwarding.
   This works by allocating a socket to listen to
   .Ar port
   on the local side, and whenever a connection is made to this port, the
   connection is forwarded over the secure channel, and the application
   protocol is then used to determine where to connect to from the
   remote machine.  Currently the SOCKS4 protocol is supported, and
   .Nm
   will act as a SOCKS4 server.
   Only root can forward privileged ports.
   Dynamic port forwardings can also be specified in the configuration file.
 .It Fl 1  .It Fl 1
 Forces  Forces
 .Nm  .Nm
Line 773 
Line 787 
 The argument must be an integer.  The argument must be an integer.
 This may be useful in scripts if the connection sometimes fails.  This may be useful in scripts if the connection sometimes fails.
 The default is 1.  The default is 1.
   .It Cm DynamicForward
   Specifies that a TCP/IP port on the local machine be forwarded
   over the secure channel, and the application
   protocol is then used to determine where to connect to from the
   remote machine.  The argument must be a port number.
   Currently the SOCKS4 protocol is supported, and
   .Nm
   will act as a SOCKS4 server.
   Multiple forwardings may be specified, and
   additional forwardings can be given on the command line.  Only
   the superuser can forward privileged ports.
 .It Cm EscapeChar  .It Cm EscapeChar
 Sets the escape character (default:  Sets the escape character (default:
 .Ql ~ ) .  .Ql ~ ) .

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133