[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.97 and 1.98

version 1.97, 2008/10/09 03:50:54 version 1.98, 2008/11/04 08:22:13
Line 612 
Line 612 
 .Cm RSAAuthentication ,  .Cm RSAAuthentication ,
 .Cm X11DisplayOffset ,  .Cm X11DisplayOffset ,
 .Cm X11Forwarding ,  .Cm X11Forwarding ,
   .Cm X11UseLocalHost ,
 and  and
 .Cm X11UseLocalHost .  .Cm ZeroKnowledgePasswordAuthentication .
 .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 980 
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.97  
changed lines
  Added in v.1.98