[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.209 and 1.210

version 1.209, 2005/07/06 09:33:05 version 1.210, 2005/09/19 11:37:34
Line 47 
Line 47 
 .Op Fl 1246AaCfgkMNnqsTtVvXxY  .Op Fl 1246AaCfgkMNnqsTtVvXxY
 .Op Fl b Ar bind_address  .Op Fl b Ar bind_address
 .Op Fl c Ar cipher_spec  .Op Fl c Ar cipher_spec
 .Op Fl D Ar port  .Oo Fl D\ \&
   .Sm off
   .Oo Ar bind_address : Oc
   .Ar port
   .Sm on
   .Oc
 .Op Fl e Ar escape_char  .Op Fl e Ar escape_char
 .Op Fl F Ar configfile  .Op Fl F Ar configfile
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
Line 494 
Line 499 
     arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,      arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
     aes192-ctr,aes256-ctr''      aes192-ctr,aes256-ctr''
 .Ed  .Ed
 .It Fl D Ar port  .It Fl D Xo
   .Sm off
   .Oo Ar bind_address : Oc
   .Ar port
   .Sm on
   .Xc
 Specifies a local  Specifies a local
 .Dq dynamic  .Dq dynamic
 application-level port forwarding.  application-level port forwarding.
 This works by allocating a socket to listen to  This works by allocating a socket to listen to
 .Ar port  .Ar port
 on the local side, and whenever a connection is made to this port, the  on the local side, optionally bound to the specified
   .Ar bind_address .
   Whenever a connection is made to this port, the
 connection is forwarded over the secure channel, and the application  connection is forwarded over the secure channel, and the application
 protocol is then used to determine where to connect to from the  protocol is then used to determine where to connect to from the
 remote machine.  remote machine.
Line 509 
Line 521 
 will act as a SOCKS server.  will act as a SOCKS server.
 Only root can forward privileged ports.  Only root can forward privileged ports.
 Dynamic port forwardings can also be specified in the configuration file.  Dynamic port forwardings can also be specified in the configuration file.
   .Pp
   IPv6 addresses can be specified with an alternative syntax:
   .Sm off
   .Xo
   .Op Ar bind_address No /
   .Ar port
   .Xc
   .Sm on
   or by enclosing the address in square brackets.
   Only the superuser can forward privileged ports.
   By default, the local port is bound in accordance with the
   .Cm GatewayPorts
   setting.
   However, an explicit
   .Ar bind_address
   may be used to bind the connection to a specific address.
   The
   .Ar bind_address
   of
   .Dq localhost
   indicates that the listening port be bound for local use only, while an
   empty address or
   .Sq *
   indicates that the port should be available from all interfaces.
 .It Fl e Ar ch | ^ch | none  .It Fl e Ar ch | ^ch | none
 Sets the escape character for sessions with a pty (default:  Sets the escape character for sessions with a pty (default:
 .Ql ~ ) .  .Ql ~ ) .

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.210