[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.61 and 1.62

version 1.61, 2006/07/12 13:39:55 version 1.62, 2006/07/17 12:06:00
Line 482 
Line 482 
 .Cm Match  .Cm Match
 keyword.  keyword.
 Available keywords are  Available keywords are
 .Cm AllowTcpForwarding  .Cm AllowTcpForwarding ,
   .Cm GatewayPorts ,
 and  and
 .Cm GatewayPorts .  .Cm PermitOpen .
 .It Cm MaxAuthTries  .It Cm MaxAuthTries
 Specifies the maximum number of authentication attempts permitted per  Specifies the maximum number of authentication attempts permitted per
 connection.  connection.
Line 524 
Line 525 
 server allows login to accounts with empty password strings.  server allows login to accounts with empty password strings.
 The default is  The default is
 .Dq no .  .Dq no .
   .It Cm PermitOpen
   Specifies the destinations to which TCP port forwarding is permitted.
   The forwarding specification must be one of the following forms:
   .Pp
   .Bl -item -offset indent -compact
   .It
   .Cm PermitOpen
   .Sm off
   .Ar host : port
   .Sm on
   .It
   .Cm PermitOpen
   .Sm off
   .Ar IPv4_addr : port
   .Sm on
   .It
   .Cm PermitOpen
   .Sm off
   .Ar \&[ IPv6_addr \&] : port
   .Sm on
   .El
   .Pp
   Multiple instances of
   .Cm PermitOpen
   are permitted.
   An argument of
   .Dq any
   can be used to remove all restrictions and permit any forwarding requests.
   By default all port forward requests are permitted.
 .It Cm PermitRootLogin  .It Cm PermitRootLogin
 Specifies whether root can log in using  Specifies whether root can log in using
 .Xr ssh 1 .  .Xr ssh 1 .

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62