[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.100 and 1.101

version 1.100, 2009/01/24 17:10:22 version 1.101, 2009/02/22 23:50:57
Line 612 
Line 612 
 .Cm RhostsRSAAuthentication ,  .Cm RhostsRSAAuthentication ,
 .Cm RSAAuthentication ,  .Cm RSAAuthentication ,
 .Cm X11DisplayOffset ,  .Cm X11DisplayOffset ,
 .Cm X11Forwarding ,  .Cm X11Forwarding
 .Cm X11UseLocalHost ,  
 and  and
 .Cm ZeroKnowledgePasswordAuthentication .  .Cm X11UseLocalHost
 .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 982 
Line 981 
 program.  program.
 The default is  The default is
 .Pa /usr/X11R6/bin/xauth .  .Pa /usr/X11R6/bin/xauth .
 .It Cm ZeroKnowledgePasswordAuthentication  
 Specifies whether to use zero knowledge password authentication.  
 This authentication method avoids exposure of password to untrusted  
 hosts.  
 The argument to this keyword must be  
 .Dq yes  
 or  
 .Dq no .  
 The default is currently  
 .Dq no  
 as this method is considered experimental.  
 .El  .El
 .Sh TIME FORMATS  .Sh TIME FORMATS
 .Xr sshd 8  .Xr sshd 8

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101