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

Diff for /src/usr.bin/ssh/sshd_config.5 between version 1.38 and 1.39

version 1.38, 2005/01/08 00:41:19 version 1.39, 2005/03/01 10:09:52
Line 256 
Line 256 
 .Cm GatewayPorts  .Cm GatewayPorts
 can be used to specify that  can be used to specify that
 .Nm sshd  .Nm sshd
 should bind remote port forwardings to the wildcard address,  should allow remote port forwardings to bind to non-loopback addresses, thus
 thus allowing remote hosts to connect to forwarded ports.  allowing other hosts to connect.
 The argument must be  The argument may be
   .Dq no
   to force remote port forwardings to be available to the local host only,
 .Dq yes  .Dq yes
 or  to force remote port forwardings to bind to the wildcard address, or
 .Dq no .  .Dq clientspecified
   to allow the client to select the address to which the forwarding is bound.
 The default is  The default is
 .Dq no .  .Dq no .
 .It Cm GSSAPIAuthentication  .It Cm GSSAPIAuthentication

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39