[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.133 and 1.134

version 1.133, 2001/08/29 23:13:11 version 1.134, 2001/08/29 23:39:40
Line 848 
Line 848 
 .It Cm GatewayPorts  .It Cm GatewayPorts
 Specifies whether remote hosts are allowed to connect to local  Specifies whether remote hosts are allowed to connect to local
 forwarded ports.  forwarded ports.
   By default,
   .Nm
   binds local port forwardings to the loopback addresss.  This
   prevents other remote hosts from connecting to forwarded ports.
   .Cm GatewayPorts
   can be used to specify that
   .Nm
   should bind local port forwardings to the wildcard address,
   thus allowing remote hosts to connect to forwarded ports.
 The argument must be  The argument must be
 .Dq yes  .Dq yes
 or  or

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