[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.199 and 1.200

version 1.199, 2004/11/07 17:42:36 version 1.200, 2005/03/01 10:09:52
Line 53 
Line 53 
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
 .Oo Fl L Xo  .Oo Fl L Xo
 .Sm off  .Sm off
   .Oo Ar bind_address : Oc
 .Ar port :  .Ar port :
 .Ar host :  .Ar host :
 .Ar hostport  .Ar hostport
 .Sm on  .Sm on
 .Xc  .Xc
 .Oc  .Oc
 .Ek  
 .Op Fl l Ar login_name  .Op Fl l Ar login_name
 .Op Fl m Ar mac_spec  .Op Fl m Ar mac_spec
 .Op Fl O Ar ctl_cmd  .Op Fl O Ar ctl_cmd
Line 69 
Line 69 
 .Ek  .Ek
 .Oo Fl R Xo  .Oo Fl R Xo
 .Sm off  .Sm off
   .Oo Ar bind_address : Oc
 .Ar port :  .Ar port :
 .Ar host :  .Ar host :
 .Ar hostport  .Ar hostport
Line 570 
Line 571 
 Disables forwarding (delegation) of GSSAPI credentials to the server.  Disables forwarding (delegation) of GSSAPI credentials to the server.
 .It Fl L Xo  .It Fl L Xo
 .Sm off  .Sm off
   .Oo Ar bind_address : Oc
 .Ar port : host : hostport  .Ar port : host : hostport
 .Sm on  .Sm on
 .Xc  .Xc
Line 577 
Line 579 
 forwarded to the given host and port on the remote side.  forwarded to the given host and port on the remote side.
 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 a connection is  connection is forwarded over the secure channel, and a connection is
 made to  made to
 .Ar host  .Ar host
Line 585 
Line 589 
 .Ar hostport  .Ar hostport
 from the remote machine.  from the remote machine.
 Port forwardings can also be specified in the configuration file.  Port forwardings can also be specified in the configuration file.
 Only root can forward privileged ports.  
 IPv6 addresses can be specified with an alternative syntax:  IPv6 addresses can be specified with an alternative syntax:
 .Sm off  .Sm off
 .Xo  .Xo
   .Oo Ar bind_address / Oc
 .Ar port No / Ar host No /  .Ar port No / Ar host No /
 .Ar hostport .  .Ar hostport
 .Xc  .Xc
 .Sm on  .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
   .Dq *
   indicates that the port should be available from all interfaces.
 .It Fl l Ar login_name  .It Fl l Ar login_name
 Specifies the user to log in as on the remote machine.  Specifies the user to log in as on the remote machine.
 This also may be specified on a per-host basis in the configuration file.  This also may be specified on a per-host basis in the configuration file.
Line 724 
Line 744 
 Causes all warning and diagnostic messages to be suppressed.  Causes all warning and diagnostic messages to be suppressed.
 .It Fl R Xo  .It Fl R Xo
 .Sm off  .Sm off
   .Oo Ar bind_address : Oc
 .Ar port : host : hostport  .Ar port : host : hostport
 .Sm on  .Sm on
 .Xc  .Xc
Line 738 
Line 759 
 port  port
 .Ar hostport  .Ar hostport
 from the local machine.  from the local machine.
   .Pp
 Port forwardings can also be specified in the configuration file.  Port forwardings can also be specified in the configuration file.
 Privileged ports can be forwarded only when  Privileged ports can be forwarded only when
 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 by enclosing the address in square braces or
 .Sm off  using an alternative syntax:
 .Xo  .Xo
 .Ar port No / Ar host No /  .Sm off
 .Ar hostport .  .Oo Ar bind_address / Oc
 .Xc  .Ar host/port/hostport
 .Sm on  .Sm on
   .Xc .
   .Pp
   By default, the listening socket on the server will be bound to the loopback
   interface only.
   This may be overriden by specifying a
   .Ar bind_address .
   An empty
   .Ar bind_address ,
   or the address
   .Ql *
   indicates that the remote socket should listen on all interfaces.
   Specifying a remote
   .Ar bind_address
   will only succeed if the server's
   .Cm GatewayPorts
   option is enabled (see
   .Xr sshd_config 5 ).
 .It Fl S Ar ctl_path  .It Fl S Ar ctl_path
 Specifies the location of a control socket for connection sharing.  Specifies the location of a control socket for connection sharing.
 Refer to the description of  Refer to the description of

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.200